commit | d33308752fb7cecac751f20f4651aec05fc889db | [log] [tgz] |
---|---|---|
author | Marcus Oakland <marcus.oakland@arm.com> | Wed Jul 23 13:04:59 2014 +0100 |
committer | Elliott Hughes <enh@google.com> | Thu Jul 24 11:30:19 2014 -0700 |
tree | a8733ce432b6452f5a5a02f10fe1220e5a34fc63 | |
parent | 73290cd1369422260f1843dc36949c27422c0300 [diff] |
Correction to TRACE format strings When built with "#define FUSE_TRACE 1" numerous TRACE statements failed to compile because of mismatches between format strings and types (uint64_t and size_t). These have been corrected by using the format strings from the inttype.h header file, or %zu. Change-Id: I36cd6f8da0790f1218d7dbaaa5b3bbfa4df7fdee Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>