fix sort of cutlist
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 25 Feb 2006 00:27:29 +0000 (00:27 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 25 Feb 2006 00:27:29 +0000 (00:27 +0000)
lib/gui/epositiongauge.h
lib/service/servicedvb.h

index 0fa704c303418c27186acc88e1739cc4f98643ad..49ea3b3caa68684d7b4930212f7068b63689b19e 100644 (file)
@@ -43,7 +43,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)
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)