From c58cc725e663bbeeb88954b188b0a56fe689cf5c Mon Sep 17 00:00:00 2001 From: Matt Harlum Date: Mon, 18 Dec 2023 05:55:56 +0000 Subject: [PATCH] Mounter: DO AddNode() even if FS not found in FileSystem.resource Even though there's no filesystem to mount this FS it may be used as a hint for some software (i.e JanusTools) --- mounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mounter.c b/mounter.c index e7396c0..48fbf9d 100644 --- a/mounter.c +++ b/mounter.c @@ -919,8 +919,8 @@ static ULONG ParsePART(UBYTE *buf, ULONG block, ULONG filesysblock, struct Mount CreateFakeConfigDev(md); } #endif - AddNode(part, pp, dn, part->pb_DriveName + 1, md); } + AddNode(part, pp, dn, part->pb_DriveName + 1, md); md->ret++; } else { dbg("Device node creation failed\n");