diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-05 00:10:36 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-05 00:10:36 +0000 |
commit | e37c2bd12221f2acb255d6b04a537125ddb72e6c (patch) | |
tree | 0a4d031cace281353741cec0a46b35de7ee600ec /metacontacts/meta_services.c | |
parent | 6b79b2082730c0d71a326899d5315d48447d40f4 (diff) |
more unicode patches from borkra (thx!)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@253 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r-- | metacontacts/meta_services.c | 2 |
1 files changed, 1 insertions, 1 deletions
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
|