From 8d6644fb7622e7fb2a4702191d330131c9991816 Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 15 Sep 2009 09:48:11 +0000 Subject: * Revert r1624 and r1626-r1628 git-svn-id: svn://svn.icculus.org/quake3/trunk@1629 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/sys/sys_unix.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'code') diff --git a/code/sys/sys_unix.c b/code/sys/sys_unix.c index f80a27f..641770c 100644 --- a/code/sys/sys_unix.c +++ b/code/sys/sys_unix.c @@ -54,9 +54,7 @@ char *Sys_DefaultHomePath(void) if( ( p = getenv( "HOME" ) ) != NULL ) { Q_strncpyz( homePath, p, sizeof( homePath ) ); -#ifdef HOMEPATH - Q_strcat( homePath, sizeof( homePath ), HOMEPATH ); -#elif defined(MACOS_X) +#ifdef MACOS_X Q_strcat( homePath, sizeof( homePath ), "/Library" ); mkdir( homePath, 0750 ); /* just in case. */ Q_strcat( homePath, sizeof( homePath ), "/Application Support" ); -- cgit v1.2.3