mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-28 12:52:33 -08:00
missing nil in format
This commit is contained in:
parent
a884327fc1
commit
c2ec52d1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ on-storage event is fired for changes to :local storage keys."))
|
|||
(local = persistant or session)"))
|
||||
|
||||
(defmethod storage-length ((obj clog-window) storage-type)
|
||||
(parse-integer (query obj (format "~(~a~)Storage.length" storage-type))))
|
||||
(parse-integer (query obj (format nil "~(~a~)Storage.length" storage-type))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;
|
||||
;; storage-key ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue