]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/planet/planet.factor
sequences: bound -> index-or-length
[factor.git] / extra / webapps / planet / planet.factor
index 941caecee154f03743c59bd23ae4d4d4bb015318..ff6d94a0a678074e6ddbe8fd198719ce1290a69f 100644 (file)
@@ -93,7 +93,7 @@ posting "POSTINGS"
     [ date>> ] inv-sort-with ;
 
 : update-cached-postings ( -- )
-    blogroll fetch-blogroll sort-entries 8 bound head [
+    blogroll fetch-blogroll sort-entries 8 index-or-length head [
         posting new delete-tuples
         [ insert-tuple ] each
     ] with-transaction ;