not '//' in expanded paths anymore

This commit is contained in:
nemu 2009-06-22 11:40:21 +00:00
parent eb94bb19c6
commit a983753912

View File

@ -266,7 +266,7 @@ QString PAdminXMLParser::expandPath(const QString &str)
newStr = "";
break;
}
newStr += "/" + path;
newStr += path;
} else {
newStr += "/" + token;
}