not '//' in expanded paths anymore
This commit is contained in:
parent
eb94bb19c6
commit
a983753912
@ -266,7 +266,7 @@ QString PAdminXMLParser::expandPath(const QString &str)
|
|||||||
newStr = "";
|
newStr = "";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
newStr += "/" + path;
|
newStr += path;
|
||||||
} else {
|
} else {
|
||||||
newStr += "/" + token;
|
newStr += "/" + token;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user