mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
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:
parent
d5c406da41
commit
4ad9ec72cc
@ -1032,7 +1032,11 @@ FW_substcfg($$$$$$)
|
||||
|
||||
my $oll = $attr{global}{verbose};
|
||||
$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 }");
|
||||
my $label = AttrVal($wl, "label", undef);
|
||||
my @g_label;
|
||||
|
Loading…
x
Reference in New Issue
Block a user