]> The Tcpdump Group git mirrors - tcpdump/commit
We don't define PRIu8 or PRIx8 if the C environment doesn't; don't use it.
authorGuy Harris <[email protected]>
Tue, 26 Mar 2013 09:01:31 +0000 (02:01 -0700)
committerGuy Harris <[email protected]>
Tue, 26 Mar 2013 09:01:31 +0000 (02:01 -0700)
commit56bcff3da9fa58a9b3f8132d71a2fd9497ef799e
tree7f564c232d59ed72c12dd58ac1f473ae5e0e4094
parentbfd4b6b7f5853131865fe1eb5fad736e4cc7cb54
We don't define PRIu8 or PRIx8 if the C environment doesn't; don't use it.

The right format to use to print 8-bit quantities isn't
implementation-dependent, so no need to use the PRIu8 and PRIx8 macros.

There's also no need for an empty string after PRIu64.  Separate it with
space from the strings with which it's being concatenated, however; we
do that elsewhere.
print-zeromq.c