diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-15 17:43:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-15 17:43:23 +0000 |
commit | b43dcf000f703e3ef421350f74208cf4c7cdea77 (patch) | |
tree | b4c4de1422fd5f6945f2f71c649a28f45d614fd7 /protocols/Gadu-Gadu/userutils.cpp | |
parent | 3b3200e91d1c76f0fdd6565c3c3bc1824d1a4a03 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/userutils.cpp')
-rw-r--r-- | protocols/Gadu-Gadu/userutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/userutils.cpp b/protocols/Gadu-Gadu/userutils.cpp index c8476f821d..5982d93aa7 100644 --- a/protocols/Gadu-Gadu/userutils.cpp +++ b/protocols/Gadu-Gadu/userutils.cpp @@ -54,7 +54,7 @@ void *gg_doregister(GGPROTO *gg, char *newPass, char *newEmail) }
else
{
- db_set_w(NULL, gg->m_szModuleName, GG_KEY_UIN, s->uin);
+ db_set_dw(NULL, gg->m_szModuleName, GG_KEY_UIN, s->uin);
CallService(MS_DB_CRYPT_ENCODESTRING, strlen(newPass) + 1, (LPARAM) newPass);
gg->checknewuser(s->uin, newPass);
db_set_s(NULL, gg->m_szModuleName, GG_KEY_PASSWORD, newPass);
|