diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-12-04 03:46:55 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-12-04 03:46:55 +0100 |
commit | 3d66270b4679c906b572ee4fffeb7827fef0a1bf (patch) | |
tree | 49008dcc3b4df60e3dae0a8ed0df383132f35dc0 /FICS | |
parent | 6175022541a0759ccd87b406876a890c34d2d43c (diff) |
GetRank: disabled the warnx() call
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/ratings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index 96c1f0f..8871071 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -1555,7 +1555,7 @@ GetRank(FILE *fp, char *target, int countComp) if (sscanf(line, "%19s %*d %d %d", login, &nGames, &is_computer) != 1) { - warnx("%s: sscanf() error", __func__); +// warnx("%s: sscanf() error", __func__); continue; } |