From f4ae133ee3ba85c3ee2387cae24aaf25a6ae5c74 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Nov 2018 23:51:06 +0300 Subject: NULL -> 0 --- plugins/SMS/src/functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SMS/src') diff --git a/plugins/SMS/src/functions.cpp b/plugins/SMS/src/functions.cpp index d1cd4d92b8..a89dd2a1ce 100644 --- a/plugins/SMS/src/functions.cpp +++ b/plugins/SMS/src/functions.cpp @@ -444,7 +444,7 @@ void LoadMsgDlgFont(int i, LOGFONT *lf, COLORREF *colour) } if (lf) { - if (db_get_ws(NULL, SRMMMOD, str, &dbv)) { + if (db_get_ws(0, SRMMMOD, str, &dbv)) { mir_wstrncpy(lf->lfFaceName, fontOptionsList[0].szDefFace, _countof(lf->lfFaceName)); } else { -- cgit v1.2.3