mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Fix 64-bit build (again.. :-/)
svn path=/trunk/; revision=32397
This commit is contained in:
@@ -1210,8 +1210,8 @@ ULONG CCabinet::ExtractFile(char* FileName)
|
||||
|
||||
BytesToRead = CFData.CompSize;
|
||||
|
||||
DPRINT(MAX_TRACE, ("Read: (0x%X,0x%X).\n",
|
||||
(UINT)CurrentBuffer, (UINT)Buffer));
|
||||
DPRINT(MAX_TRACE, ("Read: (0x%lX,0x%lX).\n",
|
||||
(unsigned long)CurrentBuffer, (unsigned long)Buffer));
|
||||
|
||||
if (((Status = ReadBlock(CurrentBuffer, BytesToRead, &BytesRead)) !=
|
||||
CAB_STATUS_SUCCESS) || (BytesToRead != BytesRead))
|
||||
|
||||
Reference in New Issue
Block a user