diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 15:21:41 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-11-23 15:21:41 +0100 |
commit | 83c199b782cc8a80ff72db5d3dbe5fa5aaa20432 (patch) | |
tree | 1eb7d1f0167855ffdf9744721705dffa3c7c75ae /FICS | |
parent | ce8baa9a5414027510f24cbacdb3765f609b0e41 (diff) |
Added a comment
Diffstat (limited to 'FICS')
-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) { |