]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ftp/server/server.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / ftp / server / server.factor
index 0459518853a73b792517e46f55c362204a849bb1..72f1ad542028654ee74ff7eee24609b14f632144 100644 (file)
@@ -180,7 +180,7 @@ M: ftp-list handle-passive-command
     start-directory [
         utf8 encode-output [
             "." directory.
-        ] with-string-writer string-lines
+        ] with-string-writer lines
         harvest [ ftp-send ] each
     ] with-output-stream finish-directory ;