Skip to content

Commit

Permalink
Fixed documentation for PHYSFS_setWriteDir().
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 28, 2005
1 parent 361c434 commit 8544ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions physfs.h
Expand Up @@ -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.
Expand Down

0 comments on commit 8544ea9

Please sign in to comment.