Re: [edk2] [PATCH v3 5/6] ArmPkg/BdsLib: eliminate calls to deprecated string functions

2016-10-28 Thread Leif Lindholm
On Fri, Oct 28, 2016 at 10:28:15AM +0100, Ard Biesheuvel wrote: > Remove calls to deprecated string functions like AsciiStrCpy() and > UnicodeStrToAsciiStr() > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ard Biesheuvel > Reviewed-by: Laszlo Ersek > Tested-by: Ryan

[edk2] [PATCH v3 5/6] ArmPkg/BdsLib: eliminate calls to deprecated string functions

2016-10-28 Thread Ard Biesheuvel
Remove calls to deprecated string functions like AsciiStrCpy() and UnicodeStrToAsciiStr() Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek Tested-by: Ryan Harkin --- ArmPkg/Library/BdsLib/BdsFilePath.c | 8 +--- 1 file changed,