mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-25 22:09:21 +00:00
98_SVG.pm: report space in #FileLog definitions. Also known as the "Fussnagel" Patch (Forum #30563)
git-svn-id: https://svn.fhem.de/fhem/trunk@7245 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
35ed38e313
commit
94f01112bf
@ -559,6 +559,8 @@ SVG_readgplotfile($$)
|
||||
my $plotfn = undef;
|
||||
if($l =~ m/^#$ldType (.*)$/) {
|
||||
$plotfn = $1;
|
||||
Log 3, "$wl: space is not allowed in $ldType definition: $plotfn"
|
||||
if($plotfn =~ m/\s/);
|
||||
} elsif($l =~ "^plot" || $plot) {
|
||||
$plot .= $l;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user