mirror of https://github.com/acidanthera/audk.git
Add '0x' prefix to indicate hex number
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9565 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5d36285da8
commit
7748eb28e1
|
@ -1562,7 +1562,7 @@ DevPathRelativeOffsetRange (
|
||||||
Offset = DevPath;
|
Offset = DevPath;
|
||||||
CatPrint (
|
CatPrint (
|
||||||
Str,
|
Str,
|
||||||
L"Offset(%lx,%lx)",
|
L"Offset(0x%lx,0x%lx)",
|
||||||
Offset->StartingOffset,
|
Offset->StartingOffset,
|
||||||
Offset->EndingOffset
|
Offset->EndingOffset
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue