From 17c5b4169e50c127991cb20d9f8050a5e47b18c2 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 8 Nov 2003 18:00:00 +0100 Subject: Version 1.2.6pre5 - Added cDevice::GetSTC() (suggested by Sven Goethel). - Added Asia-Pacific satellites to 'sources.conf' (thanks to Richard Scobie). - Added North American satellites to 'sources.conf' (thanks to Luke Jenkins). - Fixed getting the list of recordings in case VDR is started from a directory where it doesn't have access to (thanks to Dirk Mueller). --- device.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index b409ac0..9a698ea 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 1.47 2003/08/15 12:34:36 kls Exp $ + * $Id: device.c 1.47.1.1 2003/11/07 13:16:12 kls Exp $ */ #include "device.h" @@ -498,6 +498,11 @@ bool cDevice::SetPlayMode(ePlayMode PlayMode) return false; } +int64_t cDevice::GetSTC(void) +{ + return -1; +} + void cDevice::TrickSpeed(int Speed) { } -- cgit v1.2.3