Coaster pager address scan

Merged tone setups
This commit is contained in:
furrtek 2017-04-11 08:42:31 +01:00
parent b61869f1c0
commit fbc054ca75
17 changed files with 115 additions and 97 deletions

View file

@ -346,7 +346,7 @@ BCHCode::BCHCode(
valid = true;
if (valid) {
for (i = 0; i < (m + 1); i++) {
for (i = 0; i < (size_t)(m + 1); i++) {
p[i] = p_init[i];
}