diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross_windows.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index 486e9b5d5..723828d7e 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -394,7 +394,7 @@ maybe_open_console () boost::filesystem::path home_directory () { - return boost::filesystem::path(getenv("HOMEDRIVE")) / boost::filesystem::path(getenv("HOMEPATH")); + return boost::filesystem::path(getenv("userprofile")); } |
