Updated.
This commit is contained in:
parent
81a9df44bc
commit
6f870840d6
|
@ -5,7 +5,9 @@
|
||||||
06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the
|
06062002 - Fixed __PHYSFS_platformSeek() in archivers/posix.c. Implemented the
|
||||||
getLastModTime method in archivers/zip.c (returns legitimate info)
|
getLastModTime method in archivers/zip.c (returns legitimate info)
|
||||||
and archivers/grp.c (returns lastmodtime of GRPfile itself in the
|
and archivers/grp.c (returns lastmodtime of GRPfile itself in the
|
||||||
physical filesystem).
|
physical filesystem). Put a 64-bit _llseek() version of the seek()
|
||||||
|
and tell() methods in platform/posix.c, but you need to hack (or
|
||||||
|
rather, fix) configure.in to enable it.
|
||||||
06012002 - Added -Wall to debug builds. Removed ANSI stdio calls from
|
06012002 - Added -Wall to debug builds. Removed ANSI stdio calls from
|
||||||
platform/posix.c, and replaced them with actual POSIX calls (that
|
platform/posix.c, and replaced them with actual POSIX calls (that
|
||||||
is, fopen() became open(), fseek() became lseek(), etc...)
|
is, fopen() became open(), fseek() became lseek(), etc...)
|
||||||
|
|
Loading…
Reference in New Issue