]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" path
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 5 Aug 2016 05:12:56 +0000 (13:12 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 10 Aug 2016 02:17:08 +0000 (10:17 +0800)
commitd25d59cb7ee608deb60137389c2461c6d937f669
treeabf1d4ea7ae07febaed49fc89d61ef653dcd86a8
parentdb2e266a0e926be03fb0e6c86fadf121532912d1
ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" path

When the FilePattern is similar to "fsx:EFI\BOOT", FindFiles()
cannot handle it correctly because it always assumes there is
"\\" after "fsx:".

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Tapan Shah <tapandshah@hpe.com>
ShellPkg/Application/Shell/ShellProtocol.c