From 8544ea943195b6b6a3d3384a4085b09568c0d534 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 28 Nov 2005 13:28:33 +0000 Subject: [PATCH] Fixed documentation for PHYSFS_setWriteDir(). --- CHANGELOG | 1 + physfs.h | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fc77cc12..981d7038 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/physfs.h b/physfs.h index e6d08927..84b84a0f 100644 --- a/physfs.h +++ b/physfs.h @@ -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.