Merge pull request #2852 from Cacodemon345/patch-107

hdd_image: Try to reopen existing disk image next time
This commit is contained in:
Miran Grča
2022-11-12 18:24:31 +01:00
committed by GitHub

View File

@@ -348,7 +348,6 @@ hdd_image_load(int id)
} else {
/* Failed for another reason */
hdd_image_log("Failed for another reason\n");
memset(hdd[id].fn, 0, sizeof(hdd[id].fn));
return 0;
}
} else {