diff --git a/UserDB.cpp b/UserDB.cpp index 9d962d7..9984d63 100644 --- a/UserDB.cpp +++ b/UserDB.cpp @@ -158,7 +158,7 @@ void CUserDB::parse(char* buf, std::unordered_map& index) if (it->first == keyRADIO_ID) continue; - m_table[id].set(it->first, std::string(it->second)); + m_table[id].set(it->first, it->second); } }