]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ftp/client/listing-parser/listing-parser.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / basis / ftp / client / listing-parser / listing-parser.factor
index 04402cedcbdd251809281ed5949c1885cd3c9246..0114fac9b252ccc9f4c5b8100fe4a4f19b5c318d 100644 (file)
@@ -79,7 +79,7 @@ name target ;
 
 : parse-list ( ftp-response -- ftp-response )
     dup strings>>
-    [ words harvest ] map
+    [ split-words harvest ] map
     dup length {
         { 11 [ parse-list-11 ] }
         { 9 [ parse-list-11 ] }