mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 07:10:43 -04:00
Coaster pager address scan
Merged tone setups
This commit is contained in:
parent
b61869f1c0
commit
fbc054ca75
17 changed files with 115 additions and 97 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue