mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[CMD] HISTORY: Fix command output (missing linefeed) (#3205)
CORE-12603 Co-authored-by: Hermès BÉLUSCA - MAÏTO <[email protected]>
This commit is contained in:
co-authored by
Hermès BÉLUSCA - MAÏTO
parent
378b26ce27
commit
ac2b2ef8c7
@@ -113,7 +113,7 @@ INT CommandHistory(LPTSTR param)
|
||||
else
|
||||
{
|
||||
for (h_tmp = Top->prev; h_tmp != Bottom; h_tmp = h_tmp->prev)
|
||||
ConErrPuts(h_tmp->string);
|
||||
ConOutPrintf(_T("%s\n"), h_tmp->string);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user