ChangeSet ID: 7267
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/18 17:22:50
Modified files:
dlls/ntdll/tests: rtlbitmap.c
dlls/ntdll : rtlbitmap.c
Log message:
Thomas Mertes <thomas.mertes(a)t-mobile.at>
- Fix small bug in RtlFindMostSignificantBit. It returned sometimes
wrong results if more then one bit was set.
- Update the test cases as well.
Patch: http://cvs.winehq.com/patch.py?id=7267
Old revision New revision Changes Path
1.2 1.3 +14 -2 wine/dlls/ntdll/tests/rtlbitmap.c
1.2 1.3 +3 -3 wine/dlls/ntdll/rtlbitmap.c