mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FREELDR]
Fix an x64 compilation warning Patch by Hermes Belusca CORE-6641 svn path=/trunk/; revision=57287
This commit is contained in:
@@ -150,7 +150,7 @@ static LONG DiskRead(ULONG FileId, VOID* Buffer, ULONG N, ULONG* Count)
|
||||
TotalSectors -= ReadSectors;
|
||||
}
|
||||
|
||||
*Count = Ptr - (UCHAR *)Buffer;
|
||||
*Count = (ULONG)(Ptr - (UCHAR*)Buffer);
|
||||
|
||||
return (!ret) ? EIO : ESUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user