Browse Source

Minor documentation fix.

Ryan C. Gordon 19 years ago
parent
commit
711d9ec926
2 changed files with 4 additions and 2 deletions
  1. 1 0
      CHANGELOG.txt
  2. 3 2
      physfs.h

+ 1 - 0
CHANGELOG.txt

@@ -2,6 +2,7 @@
  * CHANGELOG.
  * CHANGELOG.
  */
  */
 
 
+05112007 - Minor documentation correction.
 05052007 - Fixed zip archiver: could do bogus seek if a small, non-zip file
 05052007 - Fixed zip archiver: could do bogus seek if a small, non-zip file
            got put through isArchive().
            got put through isArchive().
 04292007 - Minor const correctness tweak in zip archiver.
 04292007 - Minor const correctness tweak in zip archiver.

+ 3 - 2
physfs.h

@@ -498,8 +498,9 @@ __EXPORT__ int PHYSFS_init(const char *argv0);
  *  handle a specific failure.
  *  handle a specific failure.
  *
  *
  * Once successfully deinitialized, PHYSFS_init() can be called again to
  * 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
  *  \return nonzero on success, zero on error. Specifics of the error can be
  *          gleaned from PHYSFS_getLastError(). If failure, state of PhysFS is
  *          gleaned from PHYSFS_getLastError(). If failure, state of PhysFS is