MFi386: revision 1.4.

This commit is contained in:
Yoshihiro Takahashi 2002-11-08 14:49:14 +00:00
parent a96977d0ab
commit 8704e2bb35

View File

@ -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;