Imported Upstream version 0.79.3
This commit is contained in:
@@ -197,7 +197,7 @@ static void get_base_dirs()
|
||||
but tricky when app bundles are used. In that case we
|
||||
use GTK_PATH to find out our location. */
|
||||
|
||||
#if defined(SYS_LINUX) || defined(SYS_FREEBSD) || defined(SYS_NETBSD) || defined(SYS_UNKNOWN) || defined(SYS_SOLARIS)
|
||||
#if defined(SYS_LINUX) || defined(SYS_FREEBSD) || defined(SYS_NETBSD) || defined(SYS_UNKNOWN)
|
||||
if(DirStat(BINDIR))
|
||||
Closure->binDir = g_strdup(BINDIR);
|
||||
|
||||
@@ -714,6 +714,7 @@ void InitClosure()
|
||||
Closure->spinupDelay = 5;
|
||||
Closure->fillUnreadable = -1;
|
||||
Closure->welcomeMessage = 1;
|
||||
Closure->useSCSIDriver = DRIVER_SG;
|
||||
Closure->dsmVersion = 1;
|
||||
|
||||
/* default sizes for typical CD and DVD media */
|
||||
|
||||
Reference in New Issue
Block a user