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