diff options
Diffstat (limited to 'FICS/obsproc.c')
| -rw-r--r-- | FICS/obsproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index e2cebc0..898640b 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -1354,12 +1354,12 @@ stored_mail_moves(int p, int mail, param_list param) /* XXX: was 'fileName' */ if (ReadGameAttrs(fpGame, - fileName2, g) < 0) + fileName2, g) < 0) { pprintf(p, "Journal " "entry is corrupt; " "please notify an " "admin.\n"); - else + } else gotit = 1; if (fclose(fpGame) != 0) { |
