From e8c258af6a7b21087ae6f009bb5b187147086d85 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Thu, 12 Aug 2021 14:41:27 +0200 Subject: [PATCH] Seriously --- platforms/amiga/piscsi/piscsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/amiga/piscsi/piscsi.c b/platforms/amiga/piscsi/piscsi.c index a81300a..2a39ed2 100644 --- a/platforms/amiga/piscsi/piscsi.c +++ b/platforms/amiga/piscsi/piscsi.c @@ -369,7 +369,7 @@ void piscsi_map_drive(char *filename, uint8_t index) { return; } - /*char hdfID[512]; + char hdfID[512]; memset(hdfID, 0x00, 512); read(tmp_fd, hdfID, 512); hdfID[4] = '\0'; @@ -378,7 +378,7 @@ void piscsi_map_drive(char *filename, uint8_t index) { printf("[!!!PISCSI] WARNING: PiSCSI does NOT support UAE Single Partition Hardfiles!\n"); printf("[!!!PISCSI] PLEASE check the PiSCSI readme file in the GitHub repo for more information.\n"); printf("[!!!PISCSI] If this is merely an empty or placeholder file you've created to partition and format on the Amiga, please disregard this warning message.\n"); - }*/ + } struct piscsi_dev *d = &devs[index];