Revision: 15102
          http://sourceforge.net/p/edk2/code/15102
Author:   shenshushi
Date:     2014-01-13 07:28:01 +0000 (Mon, 13 Jan 2014)
Log Message:
-----------
Set the type of return value from function 'LoadVariablesFromFile' in 
'DmpStore.c' to match the type of 'ShellStatus'.

Signed-off-by: Shumin Qiu <[email protected]>
Reviewed-by: Ni, Ruiyu <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c

Modified: trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c   
2014-01-13 05:09:27 UTC (rev 15101)
+++ trunk/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c   
2014-01-13 07:28:01 UTC (rev 15102)
@@ -546,7 +546,7 @@
   ZeroMem (&FoundVarGuid, sizeof(EFI_GUID));
 
   if (Type == DmpStoreLoad) {
-    ShellStatus = LoadVariablesFromFile (FileHandle, Name, Guid, &Found);
+    ShellStatus = (SHELL_STATUS) LoadVariablesFromFile (FileHandle, Name, 
Guid, &Found);
   } else {
     ShellStatus = CascadeProcessVariables(Name, Guid, Type, FileHandle, NULL, 
FoundVarGuid, &Found);
   }

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


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to