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>
Thu, 22 Aug 2013 16:46:46 +0000 (12:46 -0400)
commit9bac50fae8baa13c06a0a9682f2547d7e1476404
treec824e07531332802e97f77beb4126a274bab4e75
parentcf7be03d22e71d300824ea0afa58bfce87f3e259
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.02507 seconds and 4 git commands to generate.