Loading system/btif/src/btif_config_transcode.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ extern "C" config_t *btif_config_transcode(const char *xml_filename) { for (XMLElement *k = j->FirstChildElement(); k != NULL; k = k->NextSiblingElement()) { const char *key = k->Attribute("Tag"); const char *value = k->GetText(); if (section && key && value) config_set_string(config, section, key, value); } } Loading Loading
system/btif/src/btif_config_transcode.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ extern "C" config_t *btif_config_transcode(const char *xml_filename) { for (XMLElement *k = j->FirstChildElement(); k != NULL; k = k->NextSiblingElement()) { const char *key = k->Attribute("Tag"); const char *value = k->GetText(); if (section && key && value) config_set_string(config, section, key, value); } } Loading