From 2d837ce8417f2babed52776a84eb3f4c00a0c0ad Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 4 Sep 2013 02:44:58 +0000 Subject: Fix setup tool defaults for GUS/Timidity path config variables (thanks Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2633 --- src/setup/sound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/setup/sound.c') diff --git a/src/setup/sound.c b/src/setup/sound.c index e4497997..c83b9454 100644 --- a/src/setup/sound.c +++ b/src/setup/sound.c @@ -82,8 +82,8 @@ static int voiceVolume = 15; static int show_talk = 0; static int use_libsamplerate = 0; -static char *timidity_cfg_path = NULL; -static char *gus_patch_path = NULL; +static char *timidity_cfg_path = ""; +static char *gus_patch_path = ""; static unsigned int gus_ram_kb = 1024; // DOS specific variables: these are unused but should be maintained -- cgit v1.2.3