From 7d6d432ff1e8bd52e1d4490e4ac3c1a9df386546 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Fri, 19 Apr 2019 17:14:01 -0500 Subject: [PATCH] Always allow any disk image format. --- diskmount.c | 1 + 1 file changed, 1 insertion(+) diff --git a/diskmount.c b/diskmount.c index 634acae..83e185b 100644 --- a/diskmount.c +++ b/diskmount.c @@ -125,6 +125,7 @@ static void MountFile(char *itemID, char *fileName) { mountURLRec.result = NETDISK_NOT_PRESENT; mountURLRec.url = fileURL; mountURLRec.flags = flgUseCache; + mountURLRec.format = formatAutoDetect; SendRequest(MountURL, sendToName|stopAfterOne, (Long)NETDISK_REQUEST_NAME, (Long)&mountURLRec, NULL);