From ca2556067707b9657b6a8c14bad1c6b21a829c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 11 Nov 2020 03:04:30 +0100 Subject: fix weak match warning (I changed the values and forgot to update the warning.) --- rf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rf b/rf index bf54bb5..1f1b055 100755 --- a/rf +++ b/rf @@ -79,7 +79,7 @@ for (@lines) { print STDERR "Error: Reference '$def' could not be resolved.\n"; exit 1; } - if ($points[$winner] < 11) { + if ($points[$winner] < 150) { print STDERR "Warning: Guessing that reference '$def' refers to " . fmt($format_full, $winner) . ".\n"; } -- cgit v1.2.3