1.Fix a icc build break
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12141 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
495797c557
commit
2f3f1a64ed
|
@ -339,7 +339,7 @@ PxeBcExtractBootFileUrl (
|
||||||
if (*BootFileNamePtr == '%') {
|
if (*BootFileNamePtr == '%') {
|
||||||
TmpChar = *(BootFileNamePtr+ 3);
|
TmpChar = *(BootFileNamePtr+ 3);
|
||||||
*(BootFileNamePtr+ 3) = '\0';
|
*(BootFileNamePtr+ 3) = '\0';
|
||||||
*BootFileName = (UINT8) AsciiStrHexToUintn (BootFileNamePtr + 1);
|
*BootFileName = (UINT8) AsciiStrHexToUintn ((CHAR8*)(BootFileNamePtr + 1));
|
||||||
BootFileName++;
|
BootFileName++;
|
||||||
*(BootFileNamePtr+ 3) = TmpChar;
|
*(BootFileNamePtr+ 3) = TmpChar;
|
||||||
BootFileNamePtr += 3;
|
BootFileNamePtr += 3;
|
||||||
|
|
Loading…
Reference in New Issue