diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-09-22 19:43:08 +0200 |
commit | eff341390c079060d0904a53b7eebe84e2315f3a (patch) | |
tree | d45d902e7a7022a95a3e9c58346d88c45e0da517 /scripts/convert_info_vdr.pl | |
parent | be2c5ff1bfdff45d384981816ef692f0179a7f15 (diff) | |
download | vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.gz vdr-plugin-epgsearch-eff341390c079060d0904a53b7eebe84e2315f3a.tar.bz2 |
Delete trailing whitespace, thanks to Ville Skyttä for patches
Diffstat (limited to 'scripts/convert_info_vdr.pl')
-rwxr-xr-x | scripts/convert_info_vdr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/convert_info_vdr.pl b/scripts/convert_info_vdr.pl index 87a0524..7f3611a 100755 --- a/scripts/convert_info_vdr.pl +++ b/scripts/convert_info_vdr.pl @@ -43,7 +43,7 @@ printf ("Konvertiere %s\n",$DateiAlt); while(<DATEI>) { $Zeile = $_; - + print NEU $Zeile if $Zeile =~ /^[CETSX] .+/; $epgsearch = $1 if $Zeile =~ /^D .*(Kanal.+Suchtimer.+S-ID.+)$/; @@ -58,7 +58,7 @@ while(<DATEI>) { $neuformat=1; $aux = $1; } - + } if ( $neuformat == 1 && $aux !~ /epgsearch/ && $epgsearch ne "" ) { |