Fixed documentation for PHYSFS_setWriteDir().
This commit is contained in:
parent
361c434180
commit
8544ea9431
|
@ -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
|
||||||
|
|
4
physfs.h
4
physfs.h
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue