From 6fa2034782ce3fe4e869f03650324d6fec4448d7 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 13 Jul 1999 05:36:19 +0000 Subject: [PATCH] ... original commit: c85a463150dec02b697f51bcb2e5920407df8f61 --- collects/framework/text.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/text.ss b/collects/framework/text.ss index 0ca2a663..642fc321 100644 --- a/collects/framework/text.ss +++ b/collects/framework/text.ss @@ -223,7 +223,7 @@ (and (<= (max (abs (- (send rc red) (send tmpc red))) (abs (- (send rc blue) (send tmpc blue))) (abs (- (send rc green) (send tmpc green)))) - 15) + 50) rc)) rc))] [first-number (lambda (x y) (if (number? x) x y))]