Fix "allocator sizeof operand mismatch" warning
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 20:17:02 +0000 (16:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 21:30:29 +0000 (17:30 -0400)
Addresses benign scan-build waring:
Result of 'realloc' is converted to a pointer of type 'char *',
which is incompatible with sizeof operand type 'char **'

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.026417 seconds and 5 git commands to generate.