]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by default
authorHeyi Guo <heyi.guo@linaro.org>
Thu, 16 Jul 2015 08:50:34 +0000 (08:50 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Thu, 16 Jul 2015 08:50:34 +0000 (08:50 +0000)
This is bug fix for TerminalDxe: NullRemaining should be set to FALSE
by fault and then be set to TRUE conditionally.

Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18026 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c

index 597b15d09c085b35a75ca35da31171cb0a8fc926..75bfdec5da87daf5b79a162a86db008f4a363507 100644 (file)
@@ -568,7 +568,7 @@ TerminalDriverBindingStart (
   DefaultNode        = NULL;\r
   ConInSelected       = FALSE;\r
   ConOutSelected      = FALSE;\r
-  NullRemaining      = TRUE;\r
+  NullRemaining      = FALSE;\r
   SimTxtInInstalled  = FALSE;\r
   SimTxtOutInstalled = FALSE;\r
   FirstEnter         = FALSE;\r