mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[FORMAT] Fix of output text overlap in console when finished (#3177)
At the end of the format operation, text in console got overwritten and leftovers from previous line remained displayed.
This commit is contained in:
parent
51023e3a2e
commit
860a985f26
1 changed files with 1 additions and 0 deletions
|
@ -562,6 +562,7 @@ int wmain(int argc, WCHAR *argv[])
|
|||
FormatEx(RootDirectory, media, FileSystem, Label, QuickFormat,
|
||||
ClusterSize, FormatExCallback);
|
||||
if (Error) return -1;
|
||||
ConPuts(StdOut, L"\n");
|
||||
ConResPuts(StdOut, STRING_FMT_COMPLETE);
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue