Fix typo in last edit!
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 12 Aug 1992 09:25:05 +0000 (09:25 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 12 Aug 1992 09:25:05 +0000 (09:25 +0000)
v7/src/runtime/dospth.scm

index fa7a80cdb97a5e7987b9f702666e1704ca2674cc..3cc26c37616be79b90ad54ea156c4978a78b132f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/dospth.scm,v 1.10 1992/08/12 09:16:44 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/dospth.scm,v 1.11 1992/08/12 09:25:05 jinx Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
 
@@ -199,6 +199,7 @@ MIT in each case. |#
 
   (define (canonicalize-field field length)
     (if (valid? field length)
+       field
        (substring field 0 length)))
 
   ;; This should really canonicalize the directory as well.