1
0
Fork 0

GCC compilation and test for empty string fix related to the config patch.

Thanks TeaRex and ripsaw8080 for reporting.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3652
This commit is contained in:
Ralf Grillenberger 2010-10-29 21:18:44 +00:00
parent 143beec6b1
commit ec1fbccb4d
3 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ public:
static void CreatePlatformConfigDir(std::string& in);
static void ResolveHomedir(std::string & temp_line);
static void CreateDir(std::string const& temp);
static bool Cross::IsPathAbsolute(std::string const& in);
static bool IsPathAbsolute(std::string const& in);
};