mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2026-02-01 15:59:39 +00:00
OcDebugLogLib: Fix overwriting newline
This commit is contained in:
parent
6a05f87f66
commit
c25f05f9df
@ -135,7 +135,7 @@ AppleDebugLogPrint (
|
||||
// Ensure it is terminated with a newline.
|
||||
//
|
||||
mCurrentBuffer[Length] = '\n';
|
||||
mCurrentBuffer[Length] = '\0';
|
||||
mCurrentBuffer[Length+1] = '\0';
|
||||
}
|
||||
AppleDebugLogPrintToOcLog (
|
||||
OcLog,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user