mirror of https://github.com/acidanthera/audk.git
fixed EDKT139.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1101 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a490bca85d
commit
ea62f12ac6
|
@ -403,7 +403,8 @@ BasePrintLibVSPrint (
|
|||
}
|
||||
break;
|
||||
case '\n':
|
||||
ArgumentString = "\r\n";
|
||||
ArgumentString = "\n";
|
||||
|
||||
break;
|
||||
default:
|
||||
ArgumentString = (CHAR8 *)&FormatCharacter;
|
||||
|
|
Loading…
Reference in New Issue