summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-08 16:37:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-08 16:37:42 +0100
commit7ada973f6c9672f704e183310d733b1579b0d5b4 (patch)
treed978367e2c95dab2743b251cca737cc27fa87bbe /dvbapi.c
parent9e20745fdea430e670c948512e724b44c18d7b1c (diff)
downloadvdr-7ada973f6c9672f704e183310d733b1579b0d5b4.tar.gz
vdr-7ada973f6c9672f704e183310d733b1579b0d5b4.tar.bz2
New command line option '-m'
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbapi.c b/dvbapi.c
index 2f934e3a..f47ac937 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.157 2002/03/08 15:14:04 kls Exp $
+ * $Id: dvbapi.c 1.158 2002/03/08 16:31:23 kls Exp $
*/
#include "dvbapi.h"
@@ -1751,7 +1751,7 @@ cDvbApi::cDvbApi(int n)
#endif
currentChannel = 1;
mute = false;
- volume = MAXVOLUME;
+ volume = Setup.CurrentVolume;
}
cDvbApi::~cDvbApi()