- bugfix for windows users 7z extraction

This commit is contained in:
Mark Vejvoda
2011-05-27 16:39:01 +00:00
parent 37f42cedee
commit 4c7a2729d5
2 changed files with 20 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ void restoreVideoMode(bool exitingApp=false);
bool StartsWith(const std::string &str, const std::string &key);
bool EndsWith(const string &str, const string& key);
void endPathWithSlash(string &path);
void endPathWithSlash(string &path, bool requireOSSlash=false);
void trimPathWithStartingSlash(string &path);
void updatePathClimbingParts(string &path);