diff options
Diffstat (limited to 'src/sys/sys_main.c')
-rw-r--r-- | src/sys/sys_main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sys/sys_main.c b/src/sys/sys_main.c index fbb0c5b4..c45b96c8 100644 --- a/src/sys/sys_main.c +++ b/src/sys/sys_main.c @@ -83,10 +83,7 @@ Sys_DefaultInstallPath */ char *Sys_DefaultInstallPath(void) { - if (*installPath) - return installPath; - else - return Sys_Cwd(); + return installPath; } /* |