missing var

This commit is contained in:
David Botton 2022-03-01 07:35:57 -05:00
parent e5e3e07645
commit 5d8bfec7b7

View file

@ -219,7 +219,7 @@ by doubling) unless is the single character '?'."
(format nil " order by ~A" order-by)
"")
(if (and limit (not (equal limit "")))
(format nil " limit ~A" )
(format nil " limit ~A" limit)
"")))
;;;;;;;;;;;;;;;;