summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff')
-rw-r--r--media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff
deleted file mode 100644
index 3a8babbc16fb..000000000000
--- a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff
+++ /dev/null
@@ -1,32 +0,0 @@
---- epgsearch/conflictcheck.h.bak 2012-03-03 15:33:15.000000000 +0100
-+++ epgsearch/conflictcheck.h 2012-03-03 15:35:43.000000000 +0100
-@@ -169,12 +169,12 @@
- result = true;
- #ifdef DO_REC_AND_PLAY_ON_PRIMARY_DEVICE
- else
-- result = Priority >= Setup.PrimaryLimit;
-+ result = Priority >= 0;
- #endif
- #endif
- }
- else
-- result = !IsPrimaryDevice() || Priority >= Setup.PrimaryLimit;
-+ result = !IsPrimaryDevice() || Priority >= 0;
- }
- else
- needsDetachReceivers = true;
-@@ -259,12 +259,12 @@
- result = true;
- #ifdef DO_REC_AND_PLAY_ON_PRIMARY_DEVICE
- else
-- result = Priority >= Setup.PrimaryLimit;
-+ result = Priority >= 0;
- #endif
- #endif
- }
- else
-- result = !IsPrimaryDevice() || Priority >= Setup.PrimaryLimit;
-+ result = !IsPrimaryDevice() || Priority >= 0;
- }
- else
- needsDetachReceivers = true;