mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Fix error in registry value type
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21971 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e0c3869168
commit
43acbffb34
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ struct NSUserDefaultsWin32_DomainInfo
|
||||||
rc = RegSetValueExW(dinfo->userKey,
|
rc = RegSetValueExW(dinfo->userKey,
|
||||||
UNISTR(valName),
|
UNISTR(valName),
|
||||||
0,
|
0,
|
||||||
REG_SZ,
|
REG_BINARY,
|
||||||
ptr,
|
ptr,
|
||||||
strlen(ptr) + 1);
|
strlen(ptr) + 1);
|
||||||
if (rc != ERROR_SUCCESS)
|
if (rc != ERROR_SUCCESS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue