rss_expanded integration partial pass

This commit is contained in:
Henry Schimke
2022-12-16 17:11:55 -06:00
parent afc3ee8fa1
commit 6842cda149
9 changed files with 133 additions and 230 deletions

View File

@@ -500,7 +500,7 @@ impl<'a> GeneralAppIdDecoder<'_> {
}
let mut i = 0;
while i < 4 && pos < self.information.getSize() {
while i < 4 && i + pos < self.information.getSize() {
// for (int i = 0; i < 4 && i + pos < this.information.getSize(); ++i) {
if self.information.get(pos + i) {
return false;