diff --git a/CHANGELOG b/CHANGELOG index fc77cc1..981d703 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ * CHANGELOG. */ +11282005 - Corrected docs on PHYSFS_setWriteDir(). 10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched archivers/wad.c to compile. 09192005 - Make unix mutexes recursive above pthread layer...fixes deadlock on diff --git a/physfs.h b/physfs.h index e6d0892..84b84a0 100644 --- a/physfs.h +++ b/physfs.h @@ -654,9 +654,7 @@ __EXPORT__ const char *PHYSFS_getWriteDir(void); * \fn int PHYSFS_setWriteDir(const char *newDir) * \brief Tell PhysicsFS where it may write files. * - * Set a new write dir. This will override the previous setting. If the - * directory or a parent directory doesn't exist in the physical filesystem, - * PhysicsFS will attempt to create them as needed. + * Set a new write dir. This will override the previous setting. * * This call will fail (and fail to change the write dir) if the current * write dir still has files open in it.