1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 07:16:38 +02:00

Fix/clean/clarify some stuff found by coverity scan

This commit is contained in:
Adam
2013-11-23 22:12:33 -05:00
parent 77e5744341
commit 90aa576fb3
6 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const char *Language::Translate(const char *lang, const char *string)
lang = Config->DefLanguage.c_str();
if (Anope::string(lang) == "en")
return string != NULL ? string : "";
return string;
++_nl_msg_cat_cntr;
#ifdef _WIN32