r4844: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 08:15:47 +0000 (08:15 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 08:15:47 +0000 (08:15 +0000)
strings.lisp

index a9acdc27281ad98ef62d1d963d569f0e55fb20a0..2537616e10107d9f6274843a22199da30a1c0d11 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: strings.lisp,v 1.21 2003/05/06 01:43:14 kevin Exp $
+;;;; $Id: strings.lisp,v 1.22 2003/05/06 08:15:15 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -242,7 +242,7 @@ list of characters and replacement strings."
   (do* ((rest-lists lists (cdr rest-lists))
        (list (car rest-lists) (car rest-lists))
        (last-list (null (cdr rest-lists)) (null (cdr rest-lists))))
-       ((null list) strm)
+       ((null rest-lists) strm)
     (do* ((lst list (cdr lst))
          (elem (car lst) (car lst))
          (last-elem (null (cdr lst)) (null (cdr lst))))