Take 2 on last, a=chris

Chris Pollett [2022-08-20 21:Aug:th]
Take 2 on last, a=chris
Filename
src/library/IndexDocumentBundle.php
diff --git a/src/library/IndexDocumentBundle.php b/src/library/IndexDocumentBundle.php
index c601c0e3f..39110aebf 100644
--- a/src/library/IndexDocumentBundle.php
+++ b/src/library/IndexDocumentBundle.php
@@ -1420,7 +1420,7 @@ class IndexDocumentBundle implements CrawlConstants
             $int_info = ord($postings_string[$current_pos]);
             $current_pos++;
             $len_unpack_info = $unpack_len_map[$int_info];
-            if ($current_pos + $len_unpack_info >= $len_posting_strings) {
+            if ($current_pos + $len_unpack_info > $len_posting_strings) {
                 crawlLog("Posting decode error");
                 break; //sanity check break
             }
ViewGit