Fix: read/write mode check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 28 Nov 2013 00:00:49 +0000 (19:00 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 17:12:11 +0000 (12:12 -0500)
commitc42266f5b5e089532a968ec380a92f04de370dc7
tree6a3cf5a6349df2dc0da9ec158505d3ae570eb8a7
parent4111096da4c0d2a1b6e56cbd4075a9db98537137
Fix: read/write mode check

It's on the "prot" field, not flags. Moreover, it needs to be done with
a == / != comparison, not a mask.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/ctf/types.h
This page took 0.02535 seconds and 4 git commands to generate.