Fix: assigning value to itself

This commit is contained in:
Rin Cat 2020-08-02 06:38:40 -04:00
parent 260141f339
commit 07d75162e3
No known key found for this signature in database
GPG Key ID: 7E93675C2BDBB222

View File

@ -179,7 +179,6 @@ u32 odm_convert_to_db(u64 value)
} else {
if (db_invert_table[i][j] - value >
value - db_invert_table[i][j - 1]) {
i = i;
j = j - 1;
}
}