commit | 521b2b5df0ccad764cf95164c6e428f855067a6f | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Tue Apr 29 19:03:12 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Apr 30 14:46:17 2014 +0200 |
tree | 6450a83673c3bbd0c980c82ec06bb025dcfeeae3 | |
parent | 91f827dcff61c3e007def4c949d3a8310954b85e [diff] |
block: Use correct width in format strings Instead of blindly relying on a normal integer having a width of 32 bits (which is a pretty good assumption, but we should not rely on it if there is no need), use the correct format string macros. This does not touch DEBUG output. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>