r776 - branches/stable-1.0

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


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

Modified:
   branches/stable-1.0/CHANGELOG
   branches/stable-1.0/physfs.h
Log:
Fixed documentation for PHYSFS_setWriteDir().


Modified: branches/stable-1.0/CHANGELOG
===================================================================
--- branches/stable-1.0/CHANGELOG	2005-11-28 13:25:18 UTC (rev 775)
+++ branches/stable-1.0/CHANGELOG	2005-11-28 13:28:12 UTC (rev 776)
@@ -4,6 +4,7 @@
 
 -- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---
 
+11282005 - Whitespace fix, and corrected docs on PHYSFS_setWriteDir().
 09062005 - Happy September. Minor MingW fixes (but it's still broken, I think).
 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to
            1.2.3, which properly includes the security fix. Fixed "make dist"

Modified: branches/stable-1.0/physfs.h
===================================================================
--- branches/stable-1.0/physfs.h	2005-11-28 13:25:18 UTC (rev 775)
+++ branches/stable-1.0/physfs.h	2005-11-28 13:28:12 UTC (rev 776)
@@ -635,9 +635,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