mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-29 11:49:29 +00:00
test installation
This commit is contained in:
parent
419ce93f65
commit
713fb38972
@ -181,6 +181,12 @@ public class DosMasterDisk
|
|||||||
st -= 16 * 4096;
|
st -= 16 * 4096;
|
||||||
|
|
||||||
int num = (v - st) / sz - 1;
|
int num = (v - st) / sz - 1;
|
||||||
|
|
||||||
|
int test = switch(num)
|
||||||
|
{
|
||||||
|
case 1->27;
|
||||||
|
default -> throw new IllegalArgumentException ("Unexpected value: " + num);
|
||||||
|
};
|
||||||
|
|
||||||
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));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user