ctfser: have dedicated signed/unsigned integer writing functions
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 11 Apr 2019 13:21:24 +0000 (09:21 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
Most of the time there's an external check for signedness anyway, so it
is redundant to pass the signedness to the writing function only for it
to evaluate it again.

In `lib/ctf-writer/fields.c`, the signedness check is now peripheral to
the ctfser writing function.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>

No differences found
This page took 0.027928 seconds and 4 git commands to generate.