From 6ffedf6302fd0e35fe684be6f97dfbfdbfb5e323 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Sat, 9 Dec 2023 23:48:09 +0100 Subject: [PATCH] Fix build --- xtldr2/xtldr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtldr2/xtldr.c b/xtldr2/xtldr.c index 37edbe9..84c33da 100644 --- a/xtldr2/xtldr.c +++ b/xtldr2/xtldr.c @@ -38,7 +38,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle, BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION); /* Parse configuration options passed from UEFI shell */ - BlpParseCommandLineOptions(); + BlpParseCommandLine(); /* Attempt to early initialize debug console */ if(DEBUG)