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 = "";
|
||||
break;
|
||||
}
|
||||
newStr += "/" + path;
|
||||
newStr += path;
|
||||
} else {
|
||||
newStr += "/" + token;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user