wait, no. tests did not pass when that change was made (for good reason, I assume).

This commit is contained in:
Enno Rehling 2014-12-31 13:19:44 +01:00
parent f524f23cd4
commit 5e10bc4093
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ const char *locale_string(const locale * lang, const char *key)
return locale_string(lang->fallback, key);
}
}
return key;
return 0;
}
void locale_setstring(locale * lang, const char *key, const char *value)