mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[misc] fix console hogger not being deleted on exit
* Also update hash DB and readme for latest Grub4DOS
This commit is contained in:
parent
c516c1e38b
commit
a519e3b03b
5 changed files with 10 additions and 9 deletions
|
@ -4025,6 +4025,7 @@ out:
|
|||
if ((!automount) && (!SetAutoMount(FALSE)))
|
||||
uprintf("Failed to restore AutoMount to disabled");
|
||||
ubflush();
|
||||
_chdirU(app_dir);
|
||||
// Unconditional delete with retry, just in case...
|
||||
for (i = 0; (!DeleteFileA(cmdline_hogger)) && (i <= 10); i++)
|
||||
Sleep(200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue