Fix compilation warnings when DEBUG_BUFFERED_FILE is defined
authorPierre Riteau <Pierre.Riteau@irisa.fr>
Tue, 1 Sep 2009 09:57:20 +0000 (11:57 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 9 Sep 2009 22:31:26 +0000 (17:31 -0500)
commit8d8765a3ffaf47276c3e7c34d1904340f9ca7443
treed1e5e3997fd1ec7678cba925f5fbab9f819b2e6e
parent741ddb03cc197b70d9dc950feb9615d5f2ce8624
Fix compilation warnings when DEBUG_BUFFERED_FILE is defined

gcc 4.3.2 throws warnings when DEBUG_BUFFERED_FILE is defined, because
we are using the wrong format specifiers to print size_t/ssize_t values.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
buffered_file.c