#
5b2c5d03 |
| 13-Nov-2007 |
Axel Dörfler <axeld@pinc-software.de> |
* Fixed a crashing bug in the identification code: it copied a C++ object on the stack to an allocated one - on destruction of the latter, the resources were already freed. * Made the identify co
* Fixed a crashing bug in the identification code: it copied a C++ object on the stack to an allocated one - on destruction of the latter, the resources were already freed. * Made the identify code more negligent against bad CDs - ie. it will identify even broken CDs if they can be mounted. * Made identification endian aware (it should now also work on big endian systems). * Renamed many structures, methods, and fields to be less verbose, and follow our style guide. * Renamed iso9660.cpp|h to iso9660_identify.cpp|h. * Renamed iso.c to iso9660.c, rock.h to rock_ridge.h. * Removed unnecessary cruft from the Jamfile.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22920 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|