Fixed riece-async-server-program-arguments.
authorDaiki Ueno <ueno@unixuser.org>
Fri, 16 Sep 2005 04:45:20 +0000 (04:45 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Fri, 16 Sep 2005 04:45:20 +0000 (04:45 +0000)
lisp/riece-async.el

index b234b58..4ae323f 100644 (file)
@@ -60,7 +60,7 @@
 assumed that the file is in the same directory of this file.")
 
 (defvar riece-async-server-program-arguments
-  (list "-s" riece-async-buffer-size
+  (list "-s" (number-to-string riece-async-buffer-size)
        "-b" riece-async-backup-file)
   "Command line arguments passed to `riece-async-server-program'.")