mirror of https://github.com/acidanthera/audk.git
Fix a typo in the display string of MEMMAP_DEVICE_PATH.The precision flag is useless.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3894 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f9d52626ad
commit
2807acc305
|
@ -252,7 +252,7 @@ DevPathMemMap (
|
|||
MemMap = DevPath;
|
||||
CatPrint (
|
||||
Str,
|
||||
L"MemMap(%d:%.lx-%.lx)",
|
||||
L"MemMap(%d:%lx-%lx)",
|
||||
MemMap->MemoryType,
|
||||
MemMap->StartingAddress,
|
||||
MemMap->EndingAddress
|
||||
|
|
Loading…
Reference in New Issue