mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 14:58:26 -04:00
[misc] add Ctrl-A selection for log dialog
* Also fix a couple of minor issues with x64 and LGP * Closes #368
This commit is contained in:
parent
1934ee7598
commit
7090a0371a
4 changed files with 22 additions and 8 deletions
|
@ -632,7 +632,7 @@ BOOL SetLGP(BOOL bRestore, BOOL* bExistingKey, const char* szPath, const char* s
|
|||
|
||||
// Apply policy
|
||||
hr = pLGPO->lpVtbl->Save(pLGPO, TRUE, (bRestore)?FALSE:TRUE, &ext_guid, &snap_guid);
|
||||
if (r != S_OK) {
|
||||
if (hr != S_OK) {
|
||||
uprintf("SetLGP: Unable to apply %s policy - error %x\n", szPolicy, hr);
|
||||
goto error;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue