Update native

This commit is contained in:
Henrik Rydgård 2014-03-10 23:21:21 +01:00
parent bb30353ac3
commit 6b709a601d
2 changed files with 2 additions and 2 deletions

View file

@ -269,7 +269,7 @@ std::string StoreScreen::GetTranslatedString(const json_value *json, std::string
}
const char *str = 0;
if (dict) {
str = dict->getString(key.c_str());
str = dict->getString(key.c_str(), 0);
}
if (str) {
return std::string(str);

2
native

@ -1 +1 @@
Subproject commit 7274b8b01e749157cb4737a8fc3f02e3bbc63b25
Subproject commit d2029ed29a6f5e362e27b3b61f303c0481420034