disk: MVHD_ERR_TIMESTAMP is non-fatal, fixes #3206
This commit is contained in:
@@ -450,7 +450,7 @@ retry_vhd:
|
|||||||
else
|
else
|
||||||
fatal("hdd_image_load(): VHD: Error opening VHD file '%s': %s\n", fn, mvhd_strerr(vhd_error));
|
fatal("hdd_image_load(): VHD: Error opening VHD file '%s': %s\n", fn, mvhd_strerr(vhd_error));
|
||||||
} else if (vhd_error == MVHD_ERR_TIMESTAMP) {
|
} else if (vhd_error == MVHD_ERR_TIMESTAMP) {
|
||||||
fatal("hdd_image_load(): VHD: Parent/child timestamp mismatch for VHD file '%s'\n", fn);
|
pclog("hdd_image_load(): VHD: Parent/child timestamp mismatch for VHD file '%s'\n", fn);
|
||||||
}
|
}
|
||||||
|
|
||||||
hdd[id].tracks = hdd_images[id].vhd->footer.geom.cyl;
|
hdd[id].tracks = hdd_images[id].vhd->footer.geom.cyl;
|
||||||
|
Reference in New Issue
Block a user