From 22c9417136a95fd42cb1fe5cba40d451187756bf Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Thu, 1 Sep 2011 17:30:50 +0200 Subject: patch was malformed... --- patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patches/vdr-1.7.20-dynamite+unicable+lnbsharing.patch') 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) { -- cgit v1.2.3