Version 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).
This commit is contained in:
Klaus Schmidinger
2003-11-09 18:00:00 +01:00
parent 17c5b4169e
commit 0b283547ac
6 changed files with 14 additions and 8 deletions

View File

@@ -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);
}