diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/filesystem/filesystem.cc | 2 | 
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/"); | 
