Fixed documentation for PHYSFS_setWriteDir().

This commit is contained in:
Ryan C. Gordon 2005-11-28 13:28:33 +00:00
parent 361c434180
commit 8544ea9431
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,7 @@
* CHANGELOG. * CHANGELOG.
*/ */
11282005 - Corrected docs on PHYSFS_setWriteDir().
10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched 10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched
archivers/wad.c to compile. archivers/wad.c to compile.
09192005 - Make unix mutexes recursive above pthread layer...fixes deadlock on 09192005 - Make unix mutexes recursive above pthread layer...fixes deadlock on

View File

@ -654,9 +654,7 @@ __EXPORT__ const char *PHYSFS_getWriteDir(void);
* \fn int PHYSFS_setWriteDir(const char *newDir) * \fn int PHYSFS_setWriteDir(const char *newDir)
* \brief Tell PhysicsFS where it may write files. * \brief Tell PhysicsFS where it may write files.
* *
* Set a new write dir. This will override the previous setting. If the * Set a new write dir. This will override the previous setting.
* directory or a parent directory doesn't exist in the physical filesystem,
* PhysicsFS will attempt to create them as needed.
* *
* This call will fail (and fail to change the write dir) if the current * This call will fail (and fail to change the write dir) if the current
* write dir still has files open in it. * write dir still has files open in it.