Revision: 15406
http://sourceforge.net/p/edk2/code/15406
Author: jcarsey
Date: 2014-03-27 18:21:43 +0000 (Thu, 27 Mar 2014)
Log Message:
-----------
ShellPkg: Fix file system change issue that results in ASSERT
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chris Phillips <[email protected]>
Reviewed-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 2014-03-27 11:03:04 UTC
(rev 15405)
+++ trunk/edk2/ShellPkg/Application/Shell/Shell.c 2014-03-27 18:21:43 UTC
(rev 15406)
@@ -2,7 +2,7 @@
This is THE shell (application)
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
- Copyright (c) 2013, Hewlett-Packard Development Company, L.P.
+ (C) Copyright 2013-2014, Hewlett-Packard Development Company, L.P.
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
@@ -2481,7 +2481,7 @@
//
switch (Type = GetOperationType(FirstParameter)) {
case File_Sys_Change:
- Status = ChangeMappedDrive(CleanOriginal);
+ Status = ChangeMappedDrive (FirstParameter);
break;
case Internal_Command:
case Script_File_Name:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits