detection_result builds

This commit is contained in:
Henry Schimke
2022-12-20 16:29:21 -06:00
parent 8a0cc78c61
commit 925d9338e5
13 changed files with 967 additions and 657 deletions

View File

@@ -307,8 +307,8 @@ impl RSS14Reader {
let mut j = counters.len() - 1;
while i < j {
// for (int i = 0, j = counters.length - 1; i < j; i++, j--) {
counters.swap(i,j);
counters.swap(i, j);
i += 1;
j -= 1;