diff options
Diffstat (limited to 'FICS')
| -rw-r--r-- | FICS/obsproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index dc622ee..eeceffc 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -713,7 +713,7 @@ old_mail_moves(int p, int mail, param_list param) fp = fopen(fname, "r"); // old moves now looks in history to save mem // - DAV - if (!fp) { + if (fp == NULL) { pprintf(p, "There is no old game for %s.\n", parray[p1].name); if (!connected) |
