PAK file bug

Brian Hook hook_l at pyrogon.com
Wed Mar 12 03:02:18 EST 2003


The PAK search routine is doing case sensitive string comparisons, 
which means that it won't find the right files with, say, the Quake2 
PAK files.

If you change archivers/qpak.c, line 390, from strcmp() to 
__PHYSFS_platformStricmp() it works.

Brian





More information about the physfs mailing list