From 81bac7781f1855411f3b04cf9d5c07f63e3da953 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 15 Mar 2002 14:52:57 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ff76f79a..cc5c7c41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -62,9 +62,11 @@ Fixed. The win32 userdir will default to the base dir, now. 11142001 - Removed a redundant error check in platform/win32.c 03052002 - Made unix.c's timeslice implementation more portable, and added a - Darwin-specific means to detect CDs (thanks to Patrick Stein). - Minor cleanup in win32.c (changed "for (; condition ;)" into - "while (condition)" ...) + Darwin-specific means to detect CDs (thanks to Patrick Stein). + Minor cleanup in win32.c (changed "for (; condition ;)" into + "while (condition)" ...) +03152002 - PHYSFS_setSaneConfig() now handles failure to set the write dir + better. --ryan. (icculus@clutteredmind.org)