aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/obsproc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c
index c696fe7..28fe4f0 100644
--- a/FICS/obsproc.c
+++ b/FICS/obsproc.c
@@ -1005,8 +1005,9 @@ stored_mail_moves(int p, int mail, param_list param)
} else {
g = game_new();
+ /* XXX: was 'fileName' */
if (ReadGameAttrs(fpGame,
- fileName, g) < 0)
+ fileName2, g) < 0)
pprintf(p, "Journal "
"entry is corrupt; "
"please notify an "