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:
parent
4f1d60b411
commit
8eff2a88ad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user