mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fixed compile error
svn path=/trunk/; revision=6703
This commit is contained in:
parent
880ff5e0bd
commit
2fe49f7133
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue