From 0549a9f076a141b1574deae18a7e348a119e3560 Mon Sep 17 00:00:00 2001 From: Bo Branten Date: Fri, 21 Jun 2024 14:58:49 +0200 Subject: [PATCH] show used size for both Windows and Linux partitions --- Ext2Mgr/enumDisk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ext2Mgr/enumDisk.cpp b/Ext2Mgr/enumDisk.cpp index ab7a6f5..9dc2ae9 100644 --- a/Ext2Mgr/enumDisk.cpp +++ b/Ext2Mgr/enumDisk.cpp @@ -3185,8 +3185,8 @@ Ext2InitializeVolume( } else { if (Ext2QueryExt2Property(hVolume, &volume->EVP)) { - volume->bRecognized = TRUE; } + volume->bRecognized = TRUE; } /* convert the unicode file system name to mbs */