r4760: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 May 2003 20:12:08 +0000 (20:12 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 3 May 2003 20:12:08 +0000 (20:12 +0000)
sql-classes.lisp

index edbd72af2b19a19b8a014591f51cc1de2b54e0a9..331bb5336c838e50e13e5b8e8f83ca28136e92ac 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-classes.lisp,v 1.33 2003/05/03 20:09:41 kevin Exp $
+;;;; $Id: sql-classes.lisp,v 1.34 2003/05/03 20:12:08 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -112,7 +112,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS"
        (string-append ls (format nil " and KCUILRL <= ~d" srl)))
       (string-append ls " limit 1")
       (awhen (car (mutex-sql-query ls))
-            (destructuring-bind (kpfstr kcuilrl)
+            (destructuring-bind (kpfstr kcuilrl) it
                 (make-instance 'ucon :cui cui :pfstr kpfstr
                            :lrl (ensure-integer kcuilrl)))))))