From: Guillermo J. Rozas Date: Wed, 12 Aug 1992 09:25:05 +0000 (+0000) Subject: Fix typo in last edit! X-Git-Tag: 20090517-FFI~9129 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3a6aad418bef639c882e0bde6512e7454f6cfca9;p=mit-scheme.git Fix typo in last edit! --- diff --git a/v7/src/runtime/dospth.scm b/v7/src/runtime/dospth.scm index fa7a80cdb..3cc26c376 100644 --- a/v7/src/runtime/dospth.scm +++ b/v7/src/runtime/dospth.scm @@ -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.