mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
bdd26df99a
commit
4e9fd8d3f2
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ struct NSUserDefaultsWin32_DomainInfo
|
|||
rc = RegSetValueExW(dinfo->userKey,
|
||||
UNISTR(valName),
|
||||
0,
|
||||
REG_SZ,
|
||||
REG_BINARY,
|
||||
ptr,
|
||||
strlen(ptr) + 1);
|
||||
if (rc != ERROR_SUCCESS)
|
||||
|
|
Loading…
Reference in a new issue