uefi-sct/SctPkg: format string BBTestFatToStrFunctionAutoTest
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3146 EFI_UNICODE_COLLATION_PROTOCOL.FatToStr() expects as parameter Fat an ASCII string not a wide string. In function BBTestFatToStrFunctionAutoTest() this string is supplied as TestData[Index]. When printing this string we cannot use "%s" but we must use "%a". Signed-off-by:Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-By:
G Edhaya Chandran <edhaya.chandran@arm.com>
Please register or sign in to comment