From 711d9ec926276ff5677ba8837df5c05b92448d9b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 11 May 2007 20:12:10 +0000 Subject: [PATCH] Minor documentation fix. --- CHANGELOG.txt | 1 + physfs.h | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e883aca8..245c7098 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/physfs.h b/physfs.h index 90386325..53b37778 100644 --- a/physfs.h +++ b/physfs.h @@ -498,8 +498,9 @@ __EXPORT__ int PHYSFS_init(const char *argv0); * 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