mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
use the address of the value, not the value itself
patch by Gregor Schneider <grschneider at gmail.com> See issue #3547 for more details. svn path=/trunk/; revision=34669
This commit is contained in:
@@ -170,7 +170,7 @@ WriteGlobalData(PGLOBAL_DATA pGlobalData)
|
||||
_T("Sound On Activation"),
|
||||
0,
|
||||
REG_DWORD,
|
||||
(LPBYTE)pGlobalData->bSoundOnActivation,
|
||||
(LPBYTE)&pGlobalData->bSoundOnActivation,
|
||||
sizeof(BOOL));
|
||||
|
||||
RegCloseKey(hKey);
|
||||
|
||||
Reference in New Issue
Block a user