diff options
-rw-r--r-- | FICS/gamedb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c index 2e16d99..aba3080 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -1654,6 +1654,7 @@ RemHist(char *who) long int iter_no = 0; while (!feof(fp)) { + // XXX: end the format string with a newline? const int ret = fscanf(fp, "%*d %*c %*d %*c %*d %19s " "%*s %*d %*d %*d %*d %*s %*s %ld", Opp, &When); if (ret != 2) { |