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>
Thu, 28 Nov 2013 00:00:49 +0000 (19:00 -0500)
commit5034fb5ebaaad65f41cefdb833999772e04caa00
treec63eb209d2be89f88d9f93942932996b72adba8b
parent0cdd2d2c4bfebf5c6a52136cdff2442d3350743e
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.024749 seconds and 4 git commands to generate.