Making it (more) Windows compatible... by MarkusRR
git-svn-id: https://svn.fhem.de/fhem/trunk@1171 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1032,7 +1032,11 @@ FW_substcfg($$$$$$)
|
|||||||
|
|
||||||
my $oll = $attr{global}{verbose};
|
my $oll = $attr{global}{verbose};
|
||||||
$attr{global}{verbose} = 0; # Else the filenames will be Log'ged
|
$attr{global}{verbose} = 0; # Else the filenames will be Log'ged
|
||||||
my $title = AttrVal($wl, "title", "\"$file\"");
|
|
||||||
|
my $fileesc = $file;
|
||||||
|
$fileesc =~ s/\\/\\\\/g; # For Windows, by MarkusRR
|
||||||
|
my $title = AttrVal($wl, "title", "\"$fileesc\"");
|
||||||
|
|
||||||
$title = AnalyzeCommand(undef, "{ $title }");
|
$title = AnalyzeCommand(undef, "{ $title }");
|
||||||
my $label = AttrVal($wl, "label", undef);
|
my $label = AttrVal($wl, "label", undef);
|
||||||
my @g_label;
|
my @g_label;
|
||||||
|
|||||||
Reference in New Issue
Block a user