summaryrefslogtreecommitdiff
path: root/dvbplayer.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-22 11:29:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-22 11:29:19 +0200
commita05590796ad98d994eca1b24c69d164d05e34f60 (patch)
tree31bbde818cb3f2571f5503d1fa34c5ac55119841 /dvbplayer.c
parent6b258329131696df045e333886a163d820f2115b (diff)
downloadvdr-a05590796ad98d994eca1b24c69d164d05e34f60.tar.gz
vdr-a05590796ad98d994eca1b24c69d164d05e34f60.tar.bz2
Fixed a possible hangup when ending a replay session while cIndexFile::CatchUp() is waiting
Diffstat (limited to 'dvbplayer.c')
-rw-r--r--dvbplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbplayer.c b/dvbplayer.c
index e774102e..2d4e1e48 100644
--- a/dvbplayer.c
+++ b/dvbplayer.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbplayer.c 1.33 2005/05/08 14:07:00 kls Exp $
+ * $Id: dvbplayer.c 1.34 2005/05/22 11:26:51 kls Exp $
*/
#include "dvbplayer.h"
@@ -355,7 +355,7 @@ void cDvbPlayer::Activate(bool On)
}
else if (active) {
running = false;
- Cancel(3);
+ Cancel(9);
active = false;
}
}