From 23502ca70f35ba1f3a03dd623ca21a92a6064e14 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 6 May 2003 01:45:44 +0000 Subject: [PATCH] r4823: Auto commit for Debian build --- buff-input.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buff-input.lisp b/buff-input.lisp index d17590d..3d67843 100644 --- a/buff-input.lisp +++ b/buff-input.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: buff-input.lisp,v 1.6 2003/05/06 01:43:14 kevin Exp $ +;;;; $Id: buff-input.lisp,v 1.7 2003/05/06 01:45:44 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -49,7 +49,7 @@ (do ((ifield 0 (1+ ifield)) (linedone nil) (eof nil)) - (linedone (if eof 'eof fields)) + (linedone (if eof eof fields)) (declare (type fixnum ifield) (type boolean linedone eof)) (let ((field (aref fields ifield))) -- 2.34.1