From b43dcf000f703e3ef421350f74208cf4c7cdea77 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Jul 2012 17:43:23 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/userutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Gadu-Gadu/userutils.cpp') 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); -- cgit v1.2.3