Merge pull request #2852 from Cacodemon345/patch-107
hdd_image: Try to reopen existing disk image next time
This commit is contained in:
@@ -348,7 +348,6 @@ hdd_image_load(int id)
|
|||||||
} else {
|
} else {
|
||||||
/* Failed for another reason */
|
/* Failed for another reason */
|
||||||
hdd_image_log("Failed for another reason\n");
|
hdd_image_log("Failed for another reason\n");
|
||||||
memset(hdd[id].fn, 0, sizeof(hdd[id].fn));
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user