[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:
Pete Batard 2014-10-29 19:16:29 +00:00
parent 1934ee7598
commit 7090a0371a
4 changed files with 22 additions and 8 deletions

View file

@ -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 {