aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-23 15:21:41 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-23 15:21:41 +0100
commit83c199b782cc8a80ff72db5d3dbe5fa5aaa20432 (patch)
tree1eb7d1f0167855ffdf9744721705dffa3c7c75ae /FICS
parentce8baa9a5414027510f24cbacdb3765f609b0e41 (diff)
Added a comment
Diffstat (limited to 'FICS')
-rw-r--r--FICS/gamedb.c1
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) {