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)
commit9ab35c63719305c0244361663765762caaed8bb0
treed1e5e3997fd1ec7678cba925f5fbab9f819b2e6e
parentf214978a427ea40b0b86af10548fe0270f6d0db0
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