]> git.ipfire.org Git - thirdparty/sarg.git/commit
Fix a warning about the type of sizeof as expected by printf
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 25 Jan 2011 21:07:55 +0000 (21:07 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 25 Jan 2011 21:07:55 +0000 (21:07 +0000)
commit45d00862b1e09d6b814d92595516d6316b716070
tree79853ae7055c3c8fd6574b7990f519abf2230680
parent842e80ddcbf6610e8d8fced2891b957a3fe51273
Fix a warning about the type of sizeof as expected by printf

The size returned by sizeof should fit easily in a int. No need to use
the more standard %zu that may not be portable to other less
compatible systems.
ip2name.c