mirror of
https://github.com/openharmony/ace_engine_lite.git
synced 2026-07-20 05:43:59 -04:00
IssueNo:#I4KUTY
Description:fix the default file en-US find failed in localization Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: tsj_2020 <tongshijia@huawei.com>
This commit is contained in:
@@ -541,7 +541,6 @@ jerry_value_t CJSONParser::GetValueFromFile(const char *key,
|
||||
jerry_value_t result = UNDEFINED;
|
||||
do {
|
||||
if (curJsonItem == nullptr) {
|
||||
result = jerry_create_string(reinterpret_cast<const jerry_char_t *>(key));
|
||||
break;
|
||||
}
|
||||
if (cJSON_IsNumber(curJsonItem)) {
|
||||
|
||||
Reference in New Issue
Block a user