summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/ircproto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/ircproto.cpp')
-rw-r--r--protocols/IRCG/src/ircproto.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp
index 3fa02e20b1..380984a4f9 100644
--- a/protocols/IRCG/src/ircproto.cpp
+++ b/protocols/IRCG/src/ircproto.cpp
@@ -180,7 +180,7 @@ void CIrcProto::OnModulesLoaded()
wchar_t name[128];
mir_snwprintf(name, TranslateT("%s server connection"), m_tszUserName);
- db_unset(NULL, m_szModuleName, "JTemp");
+ db_unset(0, m_szModuleName, "JTemp");
NETLIBUSER nlu = {};
nlu.flags = NUF_OUTGOING | NUF_INCOMING | NUF_HTTPCONNS | NUF_UNICODE;
@@ -245,7 +245,7 @@ void CIrcProto::OnModulesLoaded()
for (auto &it : performToConvert) {
DBVARIANT dbv;
if (!getWString(*it, &dbv)) {
- db_unset(NULL, m_szModuleName, *it);
+ db_unset(0, m_szModuleName, *it);
it->MakeUpper();
setWString(*it, dbv.pwszVal);
db_free(&dbv);