Danny Al-Gaaf d517c83648 in_table_factory.cc: use correct format specifier
Use %zu instead of %zd since size_t and uint32_t are unsigned.

Fix for:

[table/plain_table_factory.cc:55]: (warning) %zd in format string (no. 1)
 requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'.
[table/plain_table_factory.cc:58]: (warning) %zd in format string (no. 1)
 requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2014-09-30 23:30:32 +02:00
..
2014-09-02 11:49:38 -07:00
2014-09-04 09:10:13 +08:00
2014-05-15 14:09:03 -07:00
2014-05-15 14:09:03 -07:00
2014-09-17 16:45:58 -07:00
2014-09-17 16:45:58 -07:00
2014-09-17 15:08:50 -07:00
2014-09-17 15:08:50 -07:00
2014-09-22 15:19:20 -07:00
2014-04-09 21:17:14 -07:00
2014-09-08 22:24:40 -07:00
2014-09-17 15:08:50 -07:00
2014-09-08 16:34:04 +08:00
2014-09-04 16:18:36 -07:00
2014-09-06 23:21:26 +08:00
2014-02-03 00:30:43 -08:00