Revision: 18481
          http://sourceforge.net/p/edk2/code/18481
Author:   hwu1225
Date:     2015-09-16 08:40:20 +0000 (Wed, 16 Sep 2015)
Log Message:
-----------
ShellPkg: Fix a command line unicode string type.

(Sync patch r18480 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
Reviewed-by: Qiu Shumin <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/18480

Modified Paths:
--------------
    branches/UDK2015/ShellPkg/Library/UefiShellDriver1CommandsLib/Reconnect.c

Modified: 
branches/UDK2015/ShellPkg/Library/UefiShellDriver1CommandsLib/Reconnect.c
===================================================================
--- branches/UDK2015/ShellPkg/Library/UefiShellDriver1CommandsLib/Reconnect.c   
2015-09-16 08:20:27 UTC (rev 18480)
+++ branches/UDK2015/ShellPkg/Library/UefiShellDriver1CommandsLib/Reconnect.c   
2015-09-16 08:40:20 UTC (rev 18481)
@@ -1,8 +1,9 @@
 /** @file
   Main file for Reconnect shell Driver1 function.
 
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
   (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
-  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+  (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>  
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution.  The full text of the license may be 
found at
@@ -75,7 +76,7 @@
   Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
   if (EFI_ERROR(Status)) {
     if (Status == EFI_VOLUME_CORRUPTED && ProblemParam != NULL) {
-      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), 
gShellDriver1HiiHandle, "reconnect", ProblemParam);
+      ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), 
gShellDriver1HiiHandle, L"reconnect", ProblemParam);
       FreePool(ProblemParam);
       ShellStatus = SHELL_INVALID_PARAMETER;
     } else {


------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to