[RTL]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 25 Sep 2010 21:20:54 +0000 (21:20 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 25 Sep 2010 21:20:54 +0000 (21:20 +0000)
commitd695e74a707367f6c5b91dc5d1192d3b39e504e4
tree7077122b9272da0044b3baf66b06d15836374a5f
parentced22a087c397bc8a4eb8619fb975078f95ecfa3
[RTL]
Fixed a really stupid (and old) bug in RtlComputeCrc32():
First parameter is initial CRC32 checksum. And it's complete and not partial, thus it needs to be an ULONG and not an USHORT.
This fixes CRC32 checksum computation with initial checksum (tested again Windows 2003 & Seven).

svn path=/trunk/; revision=48895
reactos/include/ndk/rtlfuncs.h
reactos/lib/rtl/crc32.c