]> git.puffer.fish Git - mirror/frr.git/commit
tests: fix mis-fixed format string 67/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 15 Dec 2016 23:14:55 +0000 (00:14 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 13 Jan 2017 10:51:45 +0000 (11:51 +0100)
commit81f28d26247891ffe348b195911472ea65d8ea83
tree844ef8f638e0fe1cb0432de90d01d9136b0327c4
parent9d8927ee1f97a2d52bb80f1494666e46c2f0edf3
tests: fix mis-fixed format string

PRIu64 is "u", we need "x", so PRIx64...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Cc: Donald Sharp <sharpd@cumulusnetworks.com>
[cherry-picked from master eed831e065694b3746896b126f6ad47548ea9dc0]
tests/test-stream.c