2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00

SVG: typo with deep consequences

git-svn-id: https://svn.fhem.de/fhem/trunk@4079 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-10-20 18:07:20 +00:00
parent 4f1d60b411
commit 8eff2a88ad

View File

@ -447,7 +447,7 @@ SVG_readgplotfile($$)
my (@filelog, @data, $plot);
my $ldType = $defs{$defs{$wl}{LOGDEVICE}}{TYPE}
if($defs{wl} && $defs{$wl}{LOGDEVICE} && $defs{$defs{$wl}{LOGDEVICE}});
if($defs{$wl} && $defs{$wl}{LOGDEVICE} && $defs{$defs{$wl}{LOGDEVICE}});
$ldType = $wl if(!$ldType);
open(FH, $gplot_pgm) || return (FW_fatal("$gplot_pgm: $!"), undef);