From d3a55cf22736cfd48f53631645b092aafa2ce293 Mon Sep 17 00:00:00 2001
From: Gary King <gwking@franz.com>
Date: Sat, 12 Sep 2009 09:23:24 -0400
Subject: [PATCH] patch revision marker

---
 asdf.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asdf.lisp b/asdf.lisp
index 70a9cb63..b8713279 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -147,7 +147,7 @@
 
 (defvar *asdf-revision* 
   ;; the 1+ hair is to ensure that we don't do an inadvertant find and replace
-  (subseq "REVISION:1.365"))))
+  (subseq "REVISION:1.365" (1+ (length "REVISION"))))
   
 
 (defvar *resolve-symlinks* t
-- 
GitLab