summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorJoe_D <http://projects.vdr-developer.org/users/5>2012-04-23 21:59:49 +0200
committerJoachim Wilke <git@joachim-wilke.de>2012-04-25 08:46:28 +0200
commit2affda19727ee8e71657c0f2785bb3bf2e732e80 (patch)
treeef23f2be9d6cd42b0d88dc2238ddef426c3ec486 /setup.c
parent8cb39f7aebb3a1978369ed6121504f99fb121b49 (diff)
downloadvdr-plugin-lcdproc-2affda19727ee8e71657c0f2785bb3bf2e732e80.tar.gz
vdr-plugin-lcdproc-2affda19727ee8e71657c0f2785bb3bf2e732e80.tar.bz2
Patch to prevent cppcheck warnings/errors and valgrind messages
- Submitted by Joe_D #943
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.c b/setup.c
index 218f88d..075be70 100644
--- a/setup.c
+++ b/setup.c
@@ -17,6 +17,7 @@ cLcdSetup::cLcdSetup(void)
SetPrio = 2;
BackLightWait = 20;
PrioWait = 60;
+ ClientPrioWait = 60;
OutputNumber = 0;
for (int i = 0; i < LCDMAXOUTPUTS; i++)
OutputFunction[i] = 0;