]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ftp/server/server.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / basis / ftp / server / server.factor
index 65ec841e9ee9818f87baa3a417ef7900fbfab642..e39f4d4f4809a84b5fdd3bb243e4e3354185e852 100644 (file)
@@ -180,7 +180,7 @@ M: ftp-list handle-passive-command
     start-directory [
         utf8 encode-output [
             "." directory.
-        ] with-string-writer lines
+        ] with-string-writer split-lines
         harvest [ ftp-send ] each
     ] with-output-stream finish-directory ;