From 0bacffa610b2d283732e6c58ecdb877bcc96efda Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 13 Dec 2023 02:42:15 +0100 Subject: stored_mail_moves: corrected arg 2 passed to ReadGameAttrs() --- FICS/obsproc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FICS/obsproc.c') 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 " -- cgit v1.2.3