]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Make BOOLEAN variable not use explicit comparison.
authorQiu Shumin <shumin.qiu@intel.com>
Tue, 23 Jun 2015 01:04:26 +0000 (01:04 +0000)
committershenshushi <shenshushi@Edk2>
Tue, 23 Jun 2015 01:04:26 +0000 (01:04 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17677 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Application/Shell/ConsoleLogger.c

index 22abf55ccc6ca92496443c669599976471860762..9b64303cf0186754799fe3051b6dd0ffa34b7435 100644 (file)
@@ -416,7 +416,7 @@ ConsoleLoggerReset (
   //\r
   if (!EFI_ERROR (Status)) {\r
     ConsoleLoggerResetBuffers(ConsoleInfo);\r
-    if (ExtendedVerification == TRUE) {\r
+    if (ExtendedVerification) {\r
       ConsoleInfo->OriginalStartRow = 0;\r
       ConsoleInfo->CurrentStartRow = 0;\r
     }\r