From 3a6aad418bef639c882e0bde6512e7454f6cfca9 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 12 Aug 1992 09:25:05 +0000 Subject: [PATCH] Fix typo in last edit! --- v7/src/runtime/dospth.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.25.1