r910 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 11 16:12:10 EDT 2007


Author: icculus
Date: 2007-05-11 16:12:10 -0400 (Fri, 11 May 2007)
New Revision: 910

Modified:
   trunk/CHANGELOG.txt
   trunk/physfs.h
Log:
Minor documentation fix.


Modified: trunk/CHANGELOG.txt
===================================================================
--- trunk/CHANGELOG.txt	2007-05-05 05:53:03 UTC (rev 909)
+++ trunk/CHANGELOG.txt	2007-05-11 20:12:10 UTC (rev 910)
@@ -2,6 +2,7 @@
  * CHANGELOG.
  */
 
+05112007 - Minor documentation correction.
 05052007 - Fixed zip archiver: could do bogus seek if a small, non-zip file
            got put through isArchive().
 04292007 - Minor const correctness tweak in zip archiver.

Modified: trunk/physfs.h
===================================================================
--- trunk/physfs.h	2007-05-05 05:53:03 UTC (rev 909)
+++ trunk/physfs.h	2007-05-11 20:12:10 UTC (rev 910)
@@ -498,8 +498,9 @@
  *  handle a specific failure.
  *
  * Once successfully deinitialized, PHYSFS_init() can be called again to
- *  restart the subsystem. All defaults API states are restored at this
- *  point.
+ *  restart the subsystem. All default API states are restored at this
+ *  point, with the exception of any custom allocator you might have
+ *  specified, which survives between initializations.
  *
  *  \return nonzero on success, zero on error. Specifics of the error can be
  *          gleaned from PHYSFS_getLastError(). If failure, state of PhysFS is




More information about the physfs-commits mailing list