ChangeSet ID: 14356 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/28 16:00:36
Modified files: dlls/kernel : volume.c
Log message: Rein Klazes rklazes@xs4all.nl In VOLUME_ReadFATSuperblock: - do not test on the JMP instruction: most boot blocks have that - test instead on the "FAT" strings first, before the size calculation - do some parameter checking to prevent arithmetic errors - use meaningful names instead of block offsets (based on a rejected patch from Vincent BĂ©ron).
Patch: http://cvs.winehq.org/patch.py?id=14356
Old revision New revision Changes Path 1.20 1.21 +38 -17 wine/dlls/kernel/volume.c