- Fix wrong macros usage, found by PVS-Studio

svn path=/trunk/; revision=53513
This commit is contained in:
Dmitry Chapyshev 2011-09-01 12:34:51 +00:00
parent 8ccd1fff32
commit 0bedb73493

View file

@ -339,7 +339,7 @@ RtlSetBits(
} }
/* Set all full ULONGs */ /* Set all full ULONGs */
RtlFillMemoryUlong(Buffer, NumberToSet >> 3, MAXULONG); RtlFillMemoryUlong(Buffer, MAXULONG, NumberToSet >> 3);
Buffer += NumberToSet >> 5; Buffer += NumberToSet >> 5;
/* Set what's left */ /* Set what's left */