From 756e86c9a75564d53eae20fe4bbae1340e71a7f6 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 8 Aug 2011 12:18:50 -0600 Subject: [PATCH] DrDr racket not new enough --- collects/meta/drdr/analyze.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/drdr/analyze.rkt b/collects/meta/drdr/analyze.rkt index 6bf13c06f8..efba719e3f 100644 --- a/collects/meta/drdr/analyze.rkt +++ b/collects/meta/drdr/analyze.rkt @@ -198,7 +198,7 @@ (list (format " ~a" id) (for/list ([f (in-list paths)] [i (in-range ERROR-LIMIT)] - #:unless (path-random? f)) + #:when (not (path-random? f))) (format " ~a" (path->url f))) "")))) "")