From: qouyang Date: Wed, 26 Jul 2006 10:18:56 +0000 (+0000) Subject: fixed EDKT139. X-Git-Tag: edk2-stable201903~24771 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ea62f12ac68b5f2881563420ec9144f81cfe88d9;p=mirror_edk2.git fixed EDKT139. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1101 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/Tools/Source/TianoTools/String/PrintLib.c b/Tools/Source/TianoTools/String/PrintLib.c index d27db98ddd..eef3f4d083 100644 --- a/Tools/Source/TianoTools/String/PrintLib.c +++ b/Tools/Source/TianoTools/String/PrintLib.c @@ -403,7 +403,8 @@ BasePrintLibVSPrint ( } break; case '\n': - ArgumentString = "\r\n"; + ArgumentString = "\n"; + break; default: ArgumentString = (CHAR8 *)&FormatCharacter;