]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
Fix warning on format
authorEric Leblond <eric@regit.org>
Fri, 18 Jan 2013 20:09:30 +0000 (21:09 +0100)
committerEric Leblond <eric@regit.org>
Fri, 18 Jan 2013 20:09:30 +0000 (21:09 +0100)
commitf2b37778a14ddfc2d90d37e196ac48c46d8794fe
tree6228b6d4605d5beada430c899f35ca355f6463b6
parent7ef98237c5cf7091b12b304074890de3bb03a86e
Fix warning on format

It seems Z is a libc5 only format modifier. Using standard 'z'
instead.
util/printpkt.c