]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/syndication/syndication.factor
sequences: bound -> index-or-length
[factor.git] / basis / furnace / syndication / syndication.factor
index ad3a1b91274fc93ae1925a5e5e6ce058a54908b8..3311b84a7c2e2dda6d9d23633e5ed3c05d16495d 100644 (file)
@@ -29,7 +29,7 @@ M: object >entry
         } cleave ;
 
 : process-entries ( seq -- seq' )
-    20 bound head-slice [
+    20 index-or-length head-slice [
         >entry clone
         [ adjust-url ] change-url
     ] map ;