diff --git a/source/clog-window.lisp b/source/clog-window.lisp index c365a36..9e9e7a9 100644 --- a/source/clog-window.lisp +++ b/source/clog-window.lisp @@ -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 ;;