summaryrefslogtreecommitdiff
path: root/patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch')
-rw-r--r--patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch b/patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch
index d146c27..752dc0c 100644
--- a/patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch
+++ b/patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch
@@ -790,7 +790,7 @@ index d446299..b1fa971 100644
}
cDiseqc::~cDiseqc()
-@@ -101,10 +102,9 @@ const char *cDiseqc::Codes(const char *s) const
+@@ -101,10 +102,11 @@ const char *cDiseqc::Codes(const char *s) const
char *p;
int n = strtol(t, &p, 16);
if (!errno && p != t && 0 <= n && n <= 255) {