mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[USETUP]
Added a half checkpoint to prevent testbot to wrongly assume ReactOS has crashed during setup svn path=/trunk/; revision=54368
This commit is contained in:
@@ -317,6 +317,14 @@ ProgressSetStep (PPROGRESSBAR Bar,
|
||||
{
|
||||
Bar->Percent = NewPercent;
|
||||
|
||||
/* DO NOT REMOVE THOSE LINES
|
||||
* This might be needed by sysreg
|
||||
*/
|
||||
if (NewPercent == 50)
|
||||
{
|
||||
DPRINT1("CHECKPOINT:HALF_COPIED\n");
|
||||
}
|
||||
|
||||
sprintf(TextBuffer, "%-3lu%%", Bar->Percent);
|
||||
|
||||
coPos.X = Bar->Left + (Bar->Width - 2) / 2;
|
||||
|
||||
Reference in New Issue
Block a user