]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pdf/streams/streams.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / extra / pdf / streams / streams.factor
index 9c9d5869cacf60853c94ab908613a5d85fee95ee..39efff65bab544c4fbef0792d99e25954056972e 100644 (file)
@@ -11,7 +11,7 @@ IN: pdf.streams
 ! FIXME: what about "proper" tab support?
 
 : string>texts ( string style -- seq )
-    [ string-lines ] dip '[ _ <text> 1array ] map
+    [ lines ] dip '[ _ <text> 1array ] map
     <br> 1array join ;
 
 PRIVATE>