Revision: 14903
          http://sourceforge.net/p/edk2/code/14903
Author:   ydong10
Date:     2013-11-27 03:13:15 +0000 (Wed, 27 Nov 2013)
Log Message:
-----------
Fix X64 build fail.

Signed-off-by: Eric Dong <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c

Modified: trunk/edk2/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c    
2013-11-27 02:29:01 UTC (rev 14902)
+++ trunk/edk2/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c    
2013-11-27 03:13:15 UTC (rev 14903)
@@ -2855,7 +2855,7 @@
       //
       // First minus the menu of the top screen, it's value is SkipValue.
       //
-      if (SkipValue >= (INTN) (BottomRow - TopRow + 1)) {
+      if (SkipValue >= BottomRow - TopRow + 1) {
         //
         // SkipValue > (BottomRow - TopRow + 1) means current menu has more 
than one
         // form of options to be show, so just update the SkipValue to show 
the next

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to