mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +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,
|
FormatEx(RootDirectory, media, FileSystem, Label, QuickFormat,
|
||||||
ClusterSize, FormatExCallback);
|
ClusterSize, FormatExCallback);
|
||||||
if (Error) return -1;
|
if (Error) return -1;
|
||||||
|
ConPuts(StdOut, L"\n");
|
||||||
ConResPuts(StdOut, STRING_FMT_COMPLETE);
|
ConResPuts(StdOut, STRING_FMT_COMPLETE);
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue