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:
parent
143beec6b1
commit
ec1fbccb4d
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue