aboutsummaryrefslogtreecommitdiff
path: root/lib/service
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service')
-rw-r--r--lib/service/servicedvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 42e38013..5dbd47b7 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -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)