fix sort of cutlist
[enigma2.git] / lib / service / servicedvb.h
index 42e380137208fd61179ddfcb82e33eb46b42861f..5dbd47b71be106225cd6d035dcb8545b71ccd9e4 100644 (file)
@@ -172,7 +172,7 @@ private:
                
                bool operator < (const struct cueEntry &o) const
                {
-                       return what < o.what;
+                       return where < o.where;
                }
                cueEntry(const pts_t &where, unsigned int what) :
                        where(where), what(what)