From ea62f12ac68b5f2881563420ec9144f81cfe88d9 Mon Sep 17 00:00:00 2001 From: qouyang Date: Wed, 26 Jul 2006 10:18:56 +0000 Subject: [PATCH] fixed EDKT139. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1101 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/TianoTools/String/PrintLib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2