X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/26f6e599f59a33b435340251d3eed2ff7786b1e3..80c9ad7d8d0e709d8bed740481b46ff23654fcaa:/lib/dvb/db.cpp diff --git a/lib/dvb/db.cpp b/lib/dvb/db.cpp index 718e0888..05474071 100644 --- a/lib/dvb/db.cpp +++ b/lib/dvb/db.cpp @@ -618,13 +618,13 @@ void eDVBDB::loadBouquet(const char *path) if (!fp) { eDebug("can't open %s: %m", p.c_str()); - if ( strstr(path, "bouquets.tv") ) + if (!strcmp(path, "bouquets.tv")) { eDebug("recreate bouquets.tv"); bouquet.m_bouquet_name="Bouquets (TV)"; bouquet.flushChanges(); } - else if ( strstr(path, "bouquets.radio") ) + else if (!strcmp(path, "bouquets.radio")) { eDebug("recreate bouquets.radio"); bouquet.m_bouquet_name="Bouquets (Radio)";