Fixed format specifier width mismatch
authorJoseph Ates <joseph.ates@msasafety.com>
Sun, 20 Dec 2015 21:29:09 +0000 (16:29 -0500)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 21 Sep 2016 09:25:46 +0000 (11:25 +0200)
commitb516b621f78ed89b353240c1ea09ab76c5dbe6be
tree964916ccbc537ffc7c7a07f52be0e5a5de717dbb
parent4d7c402482cf2b205ea94b73c6b3206d8964272e
Fixed format specifier width mismatch

On some platforms PRIu64 is not necessarily the width of the
LargestIntegralType. A new decimal format specifier for
LargestIntegralType was added and replaces the invocations of PRIu64.
include/cmocka.h
src/cmocka.c