vvfat: More build fixes with DEBUG
commit3e89cb0419cf5ff8f97fe219c6faa58f4c0c8728
authorKevin Wolf <kwolf@redhat.com>
Thu, 20 May 2010 08:34:50 +0000 (20 10:34 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 21 May 2010 09:49:19 +0000 (21 11:49 +0200)
tree991f83692898895aba1ec6f12b74974ce4ffa49d
parent792b45b142e6b901e1de20886bc3369211582b8c
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