[DEV] update etk null

This commit is contained in:
Edouard DUPIN 2018-06-19 22:13:48 +02:00
parent 15713683bd
commit c4d2581afc

View File

@ -319,7 +319,7 @@ void etranslate::autoDetectLanguage() {
// dead code ...
#if defined(__TARGET_OS__Linux)
char *s = getenv("LANG");
if (s == nullptr || strlen(s) < 2) {
if (s == null || strlen(s) < 2) {
ETRANSLATE_INFO("Try to determine system language FAIL ...");
} else {
etk::String lang;