mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 15:04:35 +08:00
- UDF recognizer fixed so it doesn't perform partial sector reads. When trying to detect filesystem for a floppy without 0xaa55 signature UDF recognizer is called and it performed wrong partial sectors read because of a confusion between sectors and offset in bytes. See issue #2287 for more details. svn path=/trunk/; revision=37355