diff options
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
|