fixed compile error

svn path=/trunk/; revision=6703
This commit is contained in:
Richard Campbell 2003-11-19 09:37:45 +00:00
parent 880ff5e0bd
commit 2fe49f7133

View file

@ -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)) {