Revision: 15010
          http://sourceforge.net/p/edk2/code/15010
Author:   jcarsey
Date:     2013-12-19 22:09:17 +0000 (Thu, 19 Dec 2013)
Log Message:
-----------
ShellPkg: API name typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Application/Shell/Shell.c

Modified: trunk/edk2/ShellPkg/Application/Shell/Shell.c
===================================================================
--- trunk/edk2/ShellPkg/Application/Shell/Shell.c       2013-12-19 22:03:37 UTC 
(rev 15009)
+++ trunk/edk2/ShellPkg/Application/Shell/Shell.c       2013-12-19 22:09:17 UTC 
(rev 15010)
@@ -1754,7 +1754,7 @@
 **/
 EFI_STATUS
 EFIAPI
-ProcessCommandLineAliasVariable(
+ProcessCommandLineToFinal(
   IN OUT CHAR16 **CmdLine
   )
 {
@@ -2086,7 +2086,7 @@
     return (EFI_SUCCESS);
   }
 
-  Status = ProcessCommandLineAliasVariable(&CleanOriginal);
+  Status = ProcessCommandLineToFinal(&CleanOriginal);
   if (EFI_ERROR(Status)) {
     SHELL_FREE_NON_NULL(CleanOriginal);
     return (Status);

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=84349831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to