summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/db.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-07 00:24:03 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-07 00:24:03 +0300
commitf18d37c4c90bc39f295fea9fedbfae0e806d9f61 (patch)
treeffcadd2bb7aeccfaed3caf5146dbebd96a7b1172 /protocols/IcqOscarJ/src/db.cpp
parent45dddaa51b79bbb2d5dc999e4849951a1e7f0ae3 (diff)
rest of ANSI macros removed
Diffstat (limited to 'protocols/IcqOscarJ/src/db.cpp')
-rw-r--r--protocols/IcqOscarJ/src/db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/db.cpp b/protocols/IcqOscarJ/src/db.cpp
index 8cc0736bc0..47e6138728 100644
--- a/protocols/IcqOscarJ/src/db.cpp
+++ b/protocols/IcqOscarJ/src/db.cpp
@@ -85,7 +85,7 @@ void ChangeInfoData::LoadSettingsFromDb(int keepChanged)
char buf[MAX_PATH];
wchar_t tbuf[MAX_PATH];
- if (utf8_to_tchar_static(GetItemSettingText(i, buf, _countof(buf)), tbuf, _countof(tbuf)))
+ if (make_unicode_string_static(GetItemSettingText(i, buf, _countof(buf)), tbuf, _countof(tbuf)))
ListView_SetItemText(hwndList, i, 1, tbuf);
}
}