mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-02-18 05:30:29 +00:00
tidying
This commit is contained in:
parent
f5ca23da26
commit
ba7c178a5c
@ -109,7 +109,7 @@ public class ApplesoftBasicProgram extends BasicProgram implements ApplesoftCons
|
||||
while ((nextLine = Utility.unsignedShort (buffer, ptr)) != 0)
|
||||
{
|
||||
int lineNumber = Utility.unsignedShort (buffer, ptr + 2);
|
||||
text.append (String.format ("%5d ", lineNumber));
|
||||
text.append (String.format (" %5d ", lineNumber));
|
||||
// text.append (
|
||||
// String.format ("%04X %04X %5d ", loadAddress + ptr, nextLine, lineNumber));
|
||||
ptr += 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user