From 6c94e4f4876fd230d62860b34d4df9651ffb58ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 20 Oct 2020 01:26:49 +0200 Subject: [PATCH] [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),