Fixed documentation for PHYSFS_setWriteDir().
--- a/CHANGELOG Wed Oct 12 22:03:56 2005 +0000
+++ b/CHANGELOG Mon Nov 28 13:28:33 2005 +0000
@@ -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
--- a/physfs.h Wed Oct 12 22:03:56 2005 +0000
+++ b/physfs.h Mon Nov 28 13:28:33 2005 +0000
@@ -654,9 +654,7 @@
* \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.