diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/upload.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/upload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/upload.cpp b/protocols/IcqOscarJ/src/upload.cpp index 00edab4095..f714c9cecc 100644 --- a/protocols/IcqOscarJ/src/upload.cpp +++ b/protocols/IcqOscarJ/src/upload.cpp @@ -40,7 +40,7 @@ int CIcqProto::StringToListItemId(const char *szSetting,int def) FieldNamesItem *list = (FieldNamesItem*)setting[i].pList;
- char *szValue = getSettingStringUtf(NULL, szSetting, NULL);
+ char *szValue = getSettingStringUtf(NULL, szSetting, nullptr);
if (!szValue)
return def;
|