[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:
Kyle Katarn 2020-09-13 23:02:09 +02:00 committed by GitHub
parent 51023e3a2e
commit 860a985f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
//