mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
missing var
This commit is contained in:
parent
e5e3e07645
commit
5d8bfec7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
"")))
|
||||
|
||||
;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue