Update of /project/elephant/cvsroot/elephant/src/elephant In directory clnet:/tmp/cvs-serv21940/elephant
Modified Files: serializer.lisp Log Message: These args when in a bad order.
--- /project/elephant/cvsroot/elephant/src/elephant/serializer.lisp 2007/01/26 14:41:13 1.18 +++ /project/elephant/cvsroot/elephant/src/elephant/serializer.lisp 2007/02/02 22:39:23 1.19 @@ -51,8 +51,8 @@ (with-buffer-streams (other) (deserialize (elephant-memutil::buffer-write-byte-vector - other (cl-base64::base64-string-to-usb8-array x) + other ) sc) ))