diff options
author | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-02-16 21:49:46 +0100 |
---|---|---|
committer | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-02-16 22:00:07 +0100 |
commit | b4e66d3d624cc1cfbe2f435f02810f544633d993 (patch) | |
tree | 9327d4c957e10f8687ee36a64149581d3835a3e7 /config.h | |
parent | a6d58a2cfc617a048bbadf9cafc378a9c579aade (diff) | |
download | vdr-patch-lnbsharing-lnb-sharing-0.1.3.tar.gz vdr-patch-lnbsharing-lnb-sharing-0.1.3.tar.bz2 |
lnb-sharing 0.1.3lnb-sharing-0.1.3
- Fix an error that can occur if devices are explizitly specified (-D or --device) during start of VDR. Thanks to Lars (mini73 @ vdr-portal.de) for reporting this error.
- Update History: Add credits to Uwe (Licherkette @ vdr-portal.de) for the correction done in 0.1.1
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ public: int EmergencyExit; //ML - #define LNB_SHARING_VERSION "0.1.2" + #define LNB_SHARING_VERSION "0.1.3" int VerboseLNBlog; #define MAXDEVICES 16 // Since VDR 1.3.32 we can not #include "device.h" for MAXDEVICES anymore. // With this workaround a warning will be shown during compilation if |