Changed DIR_SEP for WIN32 from "\\\\" (double backslashes) to
"\\" (single backslash).
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Config {
|
||||
|
||||
// Directory separators
|
||||
# ifdef WIN32
|
||||
static const string DIR_SEP("\\\\");
|
||||
static const string DIR_SEP("\\");
|
||||
static const string PATH_SEP(";");
|
||||
# else
|
||||
static const string DIR_SEP("/");
|
||||
|
||||
Reference in New Issue
Block a user