From e37c2bd12221f2acb255d6b04a537125ddb72e6c Mon Sep 17 00:00:00 2001 From: sje Date: Thu, 5 Jul 2007 00:10:36 +0000 Subject: more unicode patches from borkra (thx!) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@253 4f64403b-2f21-0410-a795-97e2b3489a10 --- metacontacts/meta_services.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metacontacts/meta_services.c') diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index 0cd2647..e778a20 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -838,7 +838,7 @@ int Meta_SettingChanged(WPARAM wParam, LPARAM lParam) strcpy(buffer, "CListName"); strcat(buffer, _itoa(contact_number, buffer2, 10)); - DBWriteContactSettingString(hMeta, META_PROTO, buffer, dcws->value.pszVal); + MyDBWriteContactSetting(hMeta, META_PROTO, buffer, &dcws->value); } // copy nick to metacontact, if it's the most online -- cgit v1.2.3