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