mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 13:14:26 -04:00
parent
289e12dbbb
commit
e1f76a5dd1
2 changed files with 6 additions and 6 deletions
|
@ -2680,7 +2680,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||
tmp = &argv[0][strlen(argv[0]) -1];
|
||||
while ((((uintptr_t)tmp)>((uintptr_t)argv[0])) && (*tmp != '\\'))
|
||||
tmp--;
|
||||
if (strchr(tmp, 'p') != NULL)
|
||||
if ((strchr(tmp, 'p') != NULL) || (strchr(tmp, 'P') != NULL))
|
||||
ini_flags[0] = 'a';
|
||||
|
||||
// Now enable the hogger before processing the rest of the arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue