diff options
-rw-r--r-- | FICS/ratings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index 8871071..64e1eb2 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -1344,6 +1344,7 @@ DisplayRank(int p, param_list param, int showComputers) } else if (isdigit(param[0].val.word[0])) { int ret; + start = 0; end = -1; ret = sscanf(param[0].val.word, "%d-%d", &start, &end); |