From 3da1b0d2e9d9bce550fb856cb03e995333c42b0d Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Wed, 21 Nov 2007 17:20:36 +0000 Subject: [PATCH] fix some format strings svn path=/trunk/; revision=30640 --- reactos/drivers/filesystems/vfat/fcb.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/drivers/filesystems/vfat/fcb.c b/reactos/drivers/filesystems/vfat/fcb.c index 20a40bb2b0a..e422bfc5509 100644 --- a/reactos/drivers/filesystems/vfat/fcb.c +++ b/reactos/drivers/filesystems/vfat/fcb.c @@ -181,7 +181,7 @@ vfatReleaseFCB(PDEVICE_EXTENSION pVCB, PVFATFCB pFCB) ULONG ShortIndex; PVFATFCB tmpFcb; - DPRINT ("releasing FCB at %x: %wZ, refCount:%d\n", + DPRINT ("releasing FCB at %p: %wZ, refCount:%d\n", pFCB, &pFCB->PathNameU, pFCB->RefCount); @@ -562,7 +562,7 @@ vfatAttachFCBToFileObject ( fileObject->SectionObjectPointer = &fcb->SectionObjectPointers; fileObject->FsContext = fcb; fileObject->FsContext2 = newCCB; - DPRINT ("file open: fcb:%x PathName:%wZ\n", fcb, &fcb->PathNameU); + DPRINT ("file open: fcb:%p PathName:%wZ\n", fcb, &fcb->PathNameU); return STATUS_SUCCESS; } @@ -590,7 +590,7 @@ vfatDirFindFile ( ASSERT(pDirectoryFCB); ASSERT(FileToFindU); - DPRINT ("vfatDirFindFile(VCB:%08x, dirFCB:%08x, File:%wZ)\n", + DPRINT ("vfatDirFindFile(VCB:%p, dirFCB:%p, File:%wZ)\n", pDeviceExt, pDirectoryFCB, FileToFindU); @@ -666,7 +666,7 @@ vfatGetFCBForFile ( PWCHAR curr, prev, last; ULONG Length; - DPRINT ("vfatGetFCBForFile (%x,%x,%x,%wZ)\n", + DPRINT ("vfatGetFCBForFile (%p,%p,%p,%wZ)\n", pVCB, pParentFCB, pFCB,