Explorar o código

Fixed documentation for PHYSFS_setWriteDir().

Ryan C. Gordon %!s(int64=20) %!d(string=hai) anos
pai
achega
57b48ae7f6
Modificáronse 2 ficheiros con 2 adicións e 3 borrados
  1. 1 0
      CHANGELOG
  2. 1 3
      physfs.h

+ 1 - 0
CHANGELOG

@@ -4,6 +4,7 @@
 
 
 -- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---
 -- 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).
 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
 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"
            1.2.3, which properly includes the security fix. Fixed "make dist"

+ 1 - 3
physfs.h

@@ -635,9 +635,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
- *  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
  * 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.