From f0e7e4046535e0b8e34542641d48d214ef745017 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 17 May 2010 07:11:04 -0600 Subject: [PATCH] fix paint-by-numbers path problem --- collects/games/paint-by-numbers/all-problems.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/games/paint-by-numbers/all-problems.rkt b/collects/games/paint-by-numbers/all-problems.rkt index c63760d161..328a7b62ac 100644 --- a/collects/games/paint-by-numbers/all-problems.rkt +++ b/collects/games/paint-by-numbers/all-problems.rkt @@ -16,7 +16,7 @@ [(_) (with-syntax ([(unit-names ...) - (let ([probdir (collection-path "games" "paint-by-numbers") "problems"]) + (let ([probdir (build-path (collection-path "games" "paint-by-numbers") "problems")]) (let loop ([files (call-with-input-file (build-path probdir "directory") read)])