diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-10-18 12:53:48 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-10-18 19:30:38 +0200 |
commit | 09bd67f09573ad5a40875f3d7bfbf49c43756cf5 (patch) | |
tree | d0af6e74fc8bec6cac56777f1321302dc032cd6e /ShellPkg/Application/Shell/ConsoleLogger.h | |
parent | bfa97024df7c0c4bd94157a1e9c3eb5e89cba656 (diff) | |
download | edk2-platforms-09bd67f09573ad5a40875f3d7bfbf49c43756cf5.tar.xz |
ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()
The destination GUID comes first; from
"MdePkg/Include/Library/BaseMemoryLib.h":
> GUID *
> EFIAPI
> CopyGuid (
> OUT GUID *DestinationGuid,
> IN CONST GUID *SourceGuid
> );
Here "NewGuid" is the GUID looked up by GetGuidFromStringName(), and
"Guid" is where EfiShellGetGuidFromName() has to propagate that result to.
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Tim Lewis <tim.lewis@insyde.com>
Reported-by: Tim Lewis <tim.lewis@insyde.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Tim Lewis <tim.lewis@insyde.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Application/Shell/ConsoleLogger.h')
0 files changed, 0 insertions, 0 deletions