Fix ctf_clock_declaration_visit returning an error when reading a boolean
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Aug 2013 16:46:46 +0000 (12:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 16:56:13 +0000 (11:56 -0500)
commitb6bf42e84c3c1f186621c6db4f9564985c1dfe10
tree376d6efa506fad8556fdd492d221b04a3e40ba1b
parent0948291e62ca386ee28f233c651eafb815852756
Fix ctf_clock_declaration_visit returning an error when reading a boolean

The ret variable is used to read the "absolute" field's value and was
not reset to zero, thus returning an error whenever that value was TRUE.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/metadata/ctf-visitor-generate-io-struct.c
This page took 0.024376 seconds and 4 git commands to generate.