From 8ea443e11cc862e68ebc092f7c9def2a4b811771 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 25 Feb 2006 00:27:29 +0000 Subject: fix sort of cutlist --- lib/service/servicedvb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/service') 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) -- cgit v1.2.3