Update the HiiConfigToBlock to follow spec.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13983 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -3513,7 +3513,7 @@ LoadStorage (
|
||||
//
|
||||
// Convert Result from <ConfigAltResp> to <ConfigResp>
|
||||
//
|
||||
StrPtr = StrStr (Result, L"ALTCFG");
|
||||
StrPtr = StrStr (Result, L"&GUID=");
|
||||
if (StrPtr != NULL) {
|
||||
*StrPtr = L'\0';
|
||||
}
|
||||
|
Reference in New Issue
Block a user