From 6b709a601d49627f991454416d1d950c5e18af5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Mon, 10 Mar 2014 23:21:21 +0100 Subject: [PATCH] Update native --- UI/Store.cpp | 2 +- native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/Store.cpp b/UI/Store.cpp index 6505ae6a96..46fbc7ec21 100644 --- a/UI/Store.cpp +++ b/UI/Store.cpp @@ -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); diff --git a/native b/native index 7274b8b01e..d2029ed29a 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 7274b8b01e749157cb4737a8fc3f02e3bbc63b25 +Subproject commit d2029ed29a6f5e362e27b3b61f303c0481420034