From 2c7f714b6b5e9344d26beeaacbd6a308b950d4b9 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 9 Oct 2001 15:41:57 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a34c93ad..d45cc974 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,7 +57,9 @@ get used in dir.c when a file is opened for writing/appending. Updated CREDITS. 10092001 - Syntax fixes in dir.c, a FIXME in grp.c, and a "cat" command in - the test program. + the test program. Apparently I had accidentally removed a rather + crucial line from dir.c a few revisions ago, and no one noticed. :( + Fixed. The win32 userdir will default to the base dir, now. --ryan. (icculus@clutteredmind.org)