From: Dandan Bi Date: Mon, 30 Jul 2018 01:31:36 +0000 (+0800) Subject: ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure X-Git-Tag: edk2-stable201903~1313 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e6f958d15d710da19dca3fb38943d83f1b3532d6;hp=e6f958d15d710da19dca3fb38943d83f1b3532d6 ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure Fix following build error: UefiShellAcpiViewCommandLib\AcpiParser.c(519) : error C2308: concatenating mismatched strings Concatenating wide "ERROR: %a: Offset Mismatch for %s" with narrow "CurrentOffset = %d FieldOffset = %d" cc: Alexei Fedorov cc: Ruiyu Ni cc: Jaben Carsey Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Jaben Carsey ---