]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/mime/multipart/multipart.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / mime / multipart / multipart.factor
index 6ffcd2afc6615152d0e792b1dd801b579c2a7d70..f808cbdde0ceb9c6dedcdf97157b1a453df0661c 100644 (file)
@@ -33,7 +33,7 @@ C: <mime-variable> mime-variable
     >byte-array write ;
 
 : parse-headers ( string -- hashtable )
-    string-lines harvest [ parse-header-line ] map >hashtable ;
+    lines harvest [ parse-header-line ] map >hashtable ;
 
 : fill-bytes ( multipart -- multipart )
     buffer-size read