r4828: Auto commit for Debian build
[umlisp.git] / sql-create.lisp
index 9ea3a1667bfdb28d23b48fb23f4bf7867ff124b0..45412f60048d704561305c8d98f25937fc4c6eb2 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-create.lisp,v 1.10 2003/05/06 02:19:46 kevin Exp $
+;;;; $Id: sql-create.lisp,v 1.11 2003/05/06 02:21:30 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -202,7 +202,7 @@ This is much faster that using create-umls-db-insert."
        (dolist (input-file input-files)
          (with-open-file (ostream :direction :output)
            (with-umls-file (line (umls-file-fil input-file))
-             (umls-translate file line ostream)
+             (umls-translate input-file line ostream)
              (princ #\newline ostream)))))))
 
 (defun translate-umls-file (file extension)