From 5f58a9ced4c3a9f496da96d1910b5b1043eef8df Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 3 Aug 2008 14:28:57 +0000 Subject: use 'home' instead of './home' on win32 --- src/filesystem/filesystem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filesystem') diff --git a/src/filesystem/filesystem.cc b/src/filesystem/filesystem.cc index 1cb13e9..0150b66 100644 --- a/src/filesystem/filesystem.cc +++ b/src/filesystem/filesystem.cc @@ -54,7 +54,7 @@ void init(std::string const & basename, std::string const & modname) filesystem_homedir.append("/.osirion/"); #else // FIXME win32 - filesystem_homedir.assign("./home/"); + filesystem_homedir.assign("home/"); #endif std::string current_datadir("data/"); -- cgit v1.2.3