Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem/filesystem.cc')
-rw-r--r--src/filesystem/filesystem.cc2
1 files changed, 1 insertions, 1 deletions
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/");