Re: [edk2] [PATCH 3/6] BaseTools/DevicePath: use explicit 64-bit number parsing routines

2018-11-29 Thread Carsey, Jaben
[PATCH 3/6] BaseTools/DevicePath: use explicit 64-bit > number parsing routines > > Replace invocations of StrHexToUintn() with StrHexToUint64(), so > that we can drop the former. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuv

[edk2] [PATCH 3/6] BaseTools/DevicePath: use explicit 64-bit number parsing routines

2018-11-29 Thread Ard Biesheuvel
Replace invocations of StrHexToUintn() with StrHexToUint64(), so that we can drop the former. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- BaseTools/Source/C/DevicePath/DevicePathFromText.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)