https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6c94e4f4876fd230d6286…
commit 6c94e4f4876fd230d62860b34d4df9651ffb58ba
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Tue Oct 20 01:26:49 2020 +0200
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Tue Oct 20 01:32:30 2020 +0200
[USETUP] Work around GCC's complaints (will be fixed properly later on).
---
base/setup/usetup/usetup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/setup/usetup/usetup.c b/base/setup/usetup/usetup.c
index abc18ff0222..b4956d1be46 100644
--- a/base/setup/usetup/usetup.c
+++ b/base/setup/usetup/usetup.c
@@ -3519,7 +3519,7 @@ FormatPartitionPage(PINPUT_RECORD Ir)
"\n"
" \x07 Press ENTER to continue Setup.\n"
" \x07 Press F3 to quit Setup.",
- PartEntry->FileSystem);
+ SelectedFileSystem->FileSystem /* PartEntry->FileSystem
*/);
PopupError(Buffer,
MUIGetString(STRING_QUITCONTINUE),