r777 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Nov 28 08:28:33 EST 2005


Author: icculus
Date: 2005-11-28 08:28:33 -0500 (Mon, 28 Nov 2005)
New Revision: 777

Modified:
   trunk/CHANGELOG
   trunk/physfs.h
Log:
Fixed documentation for PHYSFS_setWriteDir().


Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	2005-11-28 13:28:12 UTC (rev 776)
+++ trunk/CHANGELOG	2005-11-28 13:28:33 UTC (rev 777)
@@ -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

Modified: trunk/physfs.h
===================================================================
--- trunk/physfs.h	2005-11-28 13:28:12 UTC (rev 776)
+++ trunk/physfs.h	2005-11-28 13:28:33 UTC (rev 777)
@@ -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.




More information about the physfs-commits mailing list