From 0875bab4510bcf1138c398f9f369861501035f0e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 17 Feb 2004 05:35:46 +0000 Subject: [PATCH] Fix typo. --- v7/src/runtime/string.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/string.scm b/v7/src/runtime/string.scm index 59fe0193f..f64797768 100644 --- a/v7/src/runtime/string.scm +++ b/v7/src/runtime/string.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: string.scm,v 14.55 2004/02/16 05:38:29 cph Exp $ +$Id: string.scm,v 14.56 2004/02/17 05:35:46 cph Exp $ Copyright 1986,1987,1988,1992,1993,1994 Massachusetts Institute of Technology Copyright 1995,1997,1999,2000,2001,2002 Massachusetts Institute of Technology @@ -1435,7 +1435,7 @@ USA. (guarantee-string-index start caller) (if (not (fix:<= start end)) (error:bad-range-argument start caller)) - end) + start) (define-integrable (guarantee-2-substrings string1 start1 end1 string2 start2 end2 -- 2.25.1