From 2fe49f71330bd7a62700743ca29c2e9620e436b4 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Wed, 19 Nov 2003 09:37:45 +0000 Subject: [PATCH] fixed compile error svn path=/trunk/; revision=6703 --- reactos/tools/cabman/cabinet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/cabman/cabinet.cxx b/reactos/tools/cabman/cabinet.cxx index 01bc899d8ed..b45186bd95c 100755 --- a/reactos/tools/cabman/cabinet.cxx +++ b/reactos/tools/cabman/cabinet.cxx @@ -1024,7 +1024,7 @@ unsigned long CCabinet::ExtractFile(char* FileName) BytesToRead = CFData.CompSize; DPRINT(MAX_TRACE, ("Read: (0x%lX,0x%lX).\n", - (unsigned)CurrentBuffer, (unsigned)Buffer)); + (long unsigned int)CurrentBuffer, (long unsigned int)Buffer)); if (((Status = ReadBlock(CurrentBuffer, BytesToRead, &BytesRead)) != CAB_STATUS_SUCCESS) || (BytesToRead != BytesRead)) {