physfs/platform
Ryan C. Gordon c3a00ee94b Patches from David Hedbor to handle missing current working directories.
"The attached patch makes PhysFS handle the case when the current
   directory (as returned by getcwd()) has been deleted.
   Fix 1, platform/unix.c:
    Only retry getcwd if the error is ERANGE. Before it retried till the
    malloc failed in the case of the directory not existing.
  Fix 2: physfs.c:
    If __PHYSFS_platformCurrentDir() return's NULL, use the root as the
    base dir. Bad solution but the best I can think of (alternative :
    use /tmp or Windows TEMP dir?)."
2001-09-14 22:59:53 +00:00
..
unix.c Patches from David Hedbor to handle missing current working directories. 2001-09-14 22:59:53 +00:00
win32.c Rewrote __PHYSFS_platformRealPath() to be Cygwin AND Visual C friendly. I hope. 2001-09-01 23:40:22 +00:00