diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-11-09 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-11-09 18:00:00 +0100 |
commit | 0b283547acdb3a876416bfee3d979e433537adf8 (patch) | |
tree | bb33db0cbf95fe1553bb9e055a3d997a19c9a66f /newplugin | |
parent | 17c5b4169e50c127991cb20d9f8050a5e47b18c2 (diff) | |
download | vdr-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-x | newplugin | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |