summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2012-07-23 21:27:17 +0000
committerTim Angus <tim@ngus.net>2013-01-12 20:46:32 +0000
commitb59190cd51d190f7b5111a2f4f85da86f0a0aa44 (patch)
treebff9fa28fa9f8683412373c69e674f16635ba24c /src/sys
parent277a46efe050791cb52f30f8eccd091c3c0f542d (diff)
Fix this for real now.
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/sys_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/sys_win32.c b/src/sys/sys_win32.c
index f095659e..45741a5d 100644
--- a/src/sys/sys_win32.c
+++ b/src/sys/sys_win32.c
@@ -92,7 +92,7 @@ char *Sys_DefaultHomePath( void )
FARPROC qSHGetFolderPath;
HMODULE shfolder = LoadLibrary("shfolder.dll");
- if(!*homePath && !com_homepath)
+ if(!*homePath && com_homepath)
{
if(shfolder == NULL)
{