mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
Actual fix for DATADIR
This commit is contained in:
@@ -240,7 +240,7 @@ namespace Shared {
|
||||
bool StartsWith(const std::string &str, const std::string &key);
|
||||
bool EndsWith(const string &str, const string& key);
|
||||
|
||||
void endPathWithSlash(string &path, bool requireOSSlash = false);
|
||||
string endPathWithSlash(string &path, bool requireOSSlash = false);
|
||||
void trimPathWithStartingSlash(string &path);
|
||||
void updatePathClimbingParts(string &path, bool processPreviousDirTokenCheck = true);
|
||||
string formatPath(string path);
|
||||
|
Reference in New Issue
Block a user