mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-17 11:05:05 +00:00
tidying
This commit is contained in:
parent
28fd65008e
commit
00b2e35c25
@ -183,7 +183,6 @@ public class DosMasterDisk
|
|||||||
int num = (v - st) / sz - 1;
|
int num = (v - st) / sz - 1;
|
||||||
|
|
||||||
text.append (String.format (" %d volumes of %d sectors%n", num, sz * 2));
|
text.append (String.format (" %d volumes of %d sectors%n", num, sz * 2));
|
||||||
// more stupid testing...
|
|
||||||
|
|
||||||
System.out.printf (" %02X %04X %04X %04X %04X%n", ptr, st, sz, v,
|
System.out.printf (" %02X %04X %04X %04X %04X%n", ptr, st, sz, v,
|
||||||
num);
|
num);
|
||||||
|
Loading…
Reference in New Issue
Block a user