X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FSetupBrowserDxe%2FUi.c;h=cc9652ee1767cb18c8216822bb11e19e4e5e3c08;hb=aa79b0b3799e95bc21e0df32a135cc5a4d749e4b;hp=fad0f7f4893475bcfc146f6c2c047579daf85554;hpb=f4113e1fdb95c35145a86067c82267610625de74;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c index fad0f7f489..cc9652ee17 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Ui.c @@ -117,6 +117,7 @@ SCREEN_OPERATION_T0_CONTROL_FLAG gScreenOperationToControlFlag[] = { }; BOOLEAN mInputError; +BOOLEAN GetLineByWidthFinished = FALSE; /** @@ -1075,9 +1076,6 @@ GetWidth ( return Width; } - -BOOLEAN GetLineByWidthFinished = FALSE; - /** Will copy LineWidth amount of a string in the OutputString buffer and return the number of CHAR16 characters that were copied into the OutputString buffer.