libctf: eschew %zi format specifier
authorNick Alcock <nick.alcock@oracle.com>
Wed, 5 Jun 2019 12:34:36 +0000 (13:34 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 5 Jun 2019 12:34:36 +0000 (13:34 +0100)
Too many platforms don't support it, and we can always safely use %lu or
%li anyway, because the only uses are in debugging output.

libctf/
* ctf-archive.c (ctf_arc_write): Eschew %zi format specifier.
(ctf_arc_open_by_offset): Likewise.
* ctf-create.c (ctf_add_type): Likewise.


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