summaryrefslogtreecommitdiff
path: root/newplugin
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2003-11-09 18:00:00 +0100
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2003-11-09 18:00:00 +0100
commit0b283547acdb3a876416bfee3d979e433537adf8 (patch)
treebb33db0cbf95fe1553bb9e055a3d997a19c9a66f /newplugin
parent17c5b4169e50c127991cb20d9f8050a5e47b18c2 (diff)
downloadvdr-patch-lnbsharing-0b283547acdb3a876416bfee3d979e433537adf8.tar.gz
vdr-patch-lnbsharing-0b283547acdb3a876416bfee3d979e433537adf8.tar.bz2
Version 1.2.6pre6vdr-1.2.6pre6
- Fixed handling Priority -1 in cDvbDevice::ProvidesChannel() (thanks to Torsten Herz). - Fixed processing EPG data in case there is no title (thanks to Torsten Herz).
Diffstat (limited to 'newplugin')
-rwxr-xr-xnewplugin2
1 files changed, 1 insertions, 1 deletions
diff --git a/newplugin b/newplugin
index a898524..e474266 100755
--- a/newplugin
+++ b/newplugin
@@ -261,7 +261,7 @@ The next steps you should perform now are:
sub CreateFile
{
my ($Name, $Content) = @_;
- open(FILE, ">$PLUGINDIR/$Name") || die "$Name: V126pre5 $!\n";
+ open(FILE, ">$PLUGINDIR/$Name") || die "$Name: $!\n";
print FILE $Content;
close(FILE);
}