mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
minor fix
This commit is contained in:
@@ -79,6 +79,10 @@ impl ItufuruScript {
|
||||
reader.pos = len_pos;
|
||||
continue;
|
||||
}
|
||||
if len < 3 {
|
||||
reader.pos = len_pos;
|
||||
continue;
|
||||
}
|
||||
if instr != 0x2 && instr != 0x1e {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user