mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
SVG: typo with deep consequences
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4079 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bc50566058
commit
31f0157e36
@ -447,7 +447,7 @@ SVG_readgplotfile($$)
|
|||||||
my (@filelog, @data, $plot);
|
my (@filelog, @data, $plot);
|
||||||
|
|
||||||
my $ldType = $defs{$defs{$wl}{LOGDEVICE}}{TYPE}
|
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);
|
$ldType = $wl if(!$ldType);
|
||||||
|
|
||||||
open(FH, $gplot_pgm) || return (FW_fatal("$gplot_pgm: $!"), undef);
|
open(FH, $gplot_pgm) || return (FW_fatal("$gplot_pgm: $!"), undef);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user