mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[KS]
Fix misuse of UlongToPtr svn path=/trunk/; revision=56325
This commit is contained in:
@@ -877,7 +877,7 @@ KspHandleDataIntersection(
|
||||
break;
|
||||
}
|
||||
|
||||
DataRange = UlongToPtr(PtrToUlong(DataRange) + DataRange->FormatSize);
|
||||
DataRange = (PKSDATARANGE)((PUCHAR)DataRange + DataRange->FormatSize);
|
||||
/* FIXME make sure its 64 bit aligned */
|
||||
ASSERT(((ULONG_PTR)DataRange & 0x7) == 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user