Skip to content

Commit

Permalink
[#49] All DOSes: Formatting/unformatting cylinders needs revision (Pa…
Browse files Browse the repository at this point in the history
…rt 7: Formatting is a time-critical operation)
  • Loading branch information
tomas-nestorovic committed Aug 29, 2020
1 parent 73c4915 commit 4cac6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/src/Dos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ reportError:Utils::Information(buf);
const TStdWinError err= CBackgroundActionCancelable(
__formatTracks_thread__,
&TFmtParams( this, rParams, head, nSectors, bufferId, bufferLength, showReport ),
THREAD_PRIORITY_BELOW_NORMAL
THREAD_PRIORITY_TIME_CRITICAL
).Perform();
if (err!=ERROR_SUCCESS)
Utils::FatalError(_T("Cannot format a track"),err);
Expand Down

0 comments on commit 4cac6b5

Please sign in to comment.