[bknr-cvs] hans changed trunk/libraries/yason/encode.lisp
BKNR Commits
bknr at bknr.net
Thu Feb 5 11:59:50 UTC 2009
Revision: 4185
Author: hans
URL: http://bknr.net/trac/changeset/4185
Fix bug introduced by recent patch received.
U trunk/libraries/yason/encode.lisp
Modified: trunk/libraries/yason/encode.lisp
===================================================================
--- trunk/libraries/yason/encode.lisp 2009-01-30 15:57:00 UTC (rev 4184)
+++ trunk/libraries/yason/encode.lisp 2009-02-05 11:59:49 UTC (rev 4185)
@@ -53,7 +53,7 @@
(princ object stream))
(defun encode-key/value (key value stream)
- (encode string stream)
+ (encode key stream)
(write-char #\: stream)
(encode value stream))
More information about the Bknr-cvs
mailing list