MFi386: revision 1.4.
This commit is contained in:
parent
a96977d0ab
commit
8704e2bb35
@ -99,7 +99,6 @@ Write_Disk(const struct disk *d1)
|
||||
for (c1 = d1->chunks->part; c1; c1 = c1->next) {
|
||||
if (c1->type == unused) continue;
|
||||
if (!strcmp(c1->name, "X")) continue;
|
||||
j = c1->name[4] - '1';
|
||||
j = c1->name[strlen(d1->name) + 1] - '1';
|
||||
if (j < 0 || j > 7)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user