diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-14 15:43:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-14 15:43:25 +0300 |
commit | 28b81bbed5d8db354349fd787c3db4123e55d423 (patch) | |
tree | 9861c246bdb7696c25adbbcd9f210dda430f846e /protocols/Omegle/src | |
parent | 4b933c7b73a4151872dea3119685cdebe40532c7 (diff) |
code cleaning
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r-- | protocols/Omegle/src/dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/dialogs.cpp b/protocols/Omegle/src/dialogs.cpp index 06e4504721..4a4b069813 100644 --- a/protocols/Omegle/src/dialogs.cpp +++ b/protocols/Omegle/src/dialogs.cpp @@ -51,7 +51,7 @@ static void StoreDBText(OmegleProto* ppro, HWND hwnd, int idCtrl, const char* sz if (tstr[0] != '\0')
db_set_ws(0, ppro->m_szModuleName, szSetting, tstr);
else
- db_unset(NULL, ppro->m_szModuleName, szSetting);
+ db_unset(0, ppro->m_szModuleName, szSetting);
}
INT_PTR CALLBACK OmegleAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam)
|