[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

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