diff --git a/src/disk/hdd_image.c b/src/disk/hdd_image.c index 7100acdd6..f9baec566 100644 --- a/src/disk/hdd_image.c +++ b/src/disk/hdd_image.c @@ -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 {