vvfat: More build fixes with DEBUG
authorKevin Wolf <kwolf@redhat.com>
Thu, 20 May 2010 08:34:50 +0000 (10:34 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 21 May 2010 09:49:19 +0000 (11:49 +0200)
commit238a176cb4d823908c74a7e90d7f85a47bf9aebb
tree991f83692898895aba1ec6f12b74974ce4ffa49d
parent3c8bbc90b51c064cd82eb9fb8098f0dd4f4c402f
vvfat: More build fixes with DEBUG

Casting a pointer to an int doesn't work on 64 bit platforms. Use the %p printf
conversion specifier instead.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vvfat.c