Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Getequ committed Jan 21, 2019
1 parent 59daf7e commit a60ec42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion base/services/umpnpmgr/umpnpmgr.c
Expand Up @@ -3528,7 +3528,6 @@ DeviceInstallThread(LPVOID lpParameter)
}
else
{
showWizard = FALSE;
ResetEvent(hNoPendingInstalls);
Params = CONTAINING_RECORD(ListEntry, DeviceInstallParams, ListEntry);
InstallDevice(Params->DeviceIds, showWizard);
Expand Down
2 changes: 1 addition & 1 deletion boot/freeldr/bootsect/isoboot.S
Expand Up @@ -146,7 +146,7 @@ relocated:
call writestr_early

// Count down 5 seconds.
mov cx, 2
mov cx, 5

.next_second:
// Count in seconds using the BIOS Timer, which runs roughly at 19 ticks per second.
Expand Down

0 comments on commit a60ec42

Please sign in to comment.