commit 6a022232ec48857440213df2a5c88b2efc7a0367 from: Markus Uhlin date: Wed Dec 4 19:36:45 2024 UTC DisplayRank: give a value to 'start' commit - 3d66270b4679c906b572ee4fffeb7827fef0a1bf commit + 6a022232ec48857440213df2a5c88b2efc7a0367 blob - 8871071bb5323a264c464e1a1d6f3842cd06dcce blob + 64e1eb249742fc823ca3c3415b1fc547250b8254 --- FICS/ratings.c +++ 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);