update: fixing % problem in filename

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6440 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-08-22 09:08:31 +00:00
parent c78ffe2e7e
commit dc0f5cb7f5

View File

@@ -272,6 +272,7 @@ sub
upd_getUrl($)
{
my ($url) = @_;
$url =~ s/%/%25/g;
my ($err, $data) = HttpUtils_BlockingGet({ url=>$url });
if($err) {
uLog 1, $err;