Forgot a ~
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3311
This commit is contained in:
parent
e08513aece
commit
d289485bdf
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: cross.cpp,v 1.2 2009-02-03 08:27:47 qbix79 Exp $ */
|
||||
/* $Id: cross.cpp,v 1.3 2009-02-28 14:28:10 qbix79 Exp $ */
|
||||
|
||||
#include "dosbox.h"
|
||||
#include "cross.h"
|
||||
|
@ -41,7 +41,7 @@ void Cross::GetPlatformConfigDir(std::string& in) {
|
|||
in = result;
|
||||
in += "\\DOSBox";
|
||||
#elif defined(MACOSX)
|
||||
in = "/Library/Preferences";
|
||||
in = "~/Library/Preferences";
|
||||
ResolveHomedir(in);
|
||||
#else
|
||||
in = "~/.dosbox";
|
||||
|
|
Loading…
Add table
Reference in a new issue