mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[CMD] HISTORY: Fix command output (missing linefeed) (#3205)
CORE-12603 Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
@@ -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