mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +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:
parent
90875550df
commit
62089cfa4b
1 changed files with 8 additions and 0 deletions
|
@ -317,6 +317,14 @@ ProgressSetStep (PPROGRESSBAR Bar,
|
||||||
{
|
{
|
||||||
Bar->Percent = NewPercent;
|
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);
|
sprintf(TextBuffer, "%-3lu%%", Bar->Percent);
|
||||||
|
|
||||||
coPos.X = Bar->Left + (Bar->Width - 2) / 2;
|
coPos.X = Bar->Left + (Bar->Width - 2) / 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue