diff options
author | Joe_D <http://projects.vdr-developer.org/users/5> | 2012-04-23 21:59:49 +0200 |
---|---|---|
committer | Joachim Wilke <git@joachim-wilke.de> | 2012-04-25 08:46:28 +0200 |
commit | 2affda19727ee8e71657c0f2785bb3bf2e732e80 (patch) | |
tree | ef23f2be9d6cd42b0d88dc2238ddef426c3ec486 /setup.c | |
parent | 8cb39f7aebb3a1978369ed6121504f99fb121b49 (diff) | |
download | vdr-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |