Commit Diff


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);