From 2e008db7b324e75c7eb3b45efd3ab8f719e67073 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 10 Sep 2004 15:20:27 +0000 Subject: [PATCH] . original commit: 4ffcc99c3acec663bd7429f22b57211fcd2a8e0b --- collects/handin-server/md5.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/handin-server/md5.ss b/collects/handin-server/md5.ss index 5dfd252..96294ce 100644 --- a/collects/handin-server/md5.ss +++ b/collects/handin-server/md5.ss @@ -349,7 +349,7 @@ (define (indirect v w i) (vector-ref v (vector-ref w i))) (if (empty? ops) - (list a b c d x) + (list a b c d X) (let* ((op (first ops)) (indices (first op)) (k (second op))