mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-02-18 05:30:29 +00:00
integer basic
This commit is contained in:
parent
6c84ceba7d
commit
48f0c443ce
@ -62,7 +62,7 @@ public class IntegerBasicProgram extends AbstractFile
|
||||
ptr += lineLength;
|
||||
}
|
||||
|
||||
if (ptr < buffer.length)
|
||||
if ((ptr + 4) < buffer.length)
|
||||
{
|
||||
int address = HexFormatter.intValue (buffer[ptr + 2], buffer[ptr + 3]);
|
||||
int remainingBytes = buffer.length - ptr - 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user