Typo in previous change.
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:29:13 +0000 (19:29 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:29:13 +0000 (19:29 +0000)
v7/src/runtime/numpar.scm

index 64d065ba5d857c3b3e66b8df0fa32f5d60221fce..467d0a3945b3d06aac95484825a065fe0cee386a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: numpar.scm,v 14.15 1997/10/07 04:19:46 adams Exp $
+$Id: numpar.scm,v 14.16 1997/10/07 19:29:13 adams Exp $
 
 Copyright (c) 1989-97 Massachusetts Institute of Technology
 
@@ -187,7 +187,7 @@ MIT in each case. |#
       (lambda (start* integer exactness sharp?)
        sharp?
        (and (> start* start) ; >0 denominator digits 
-            (parse-complex string start end
+            (parse-complex string start* end
                            (finish integer exactness sign)
                            exactness radix sign))))))
 \f