ref: 2d837ce8417f2babed52776a84eb3f4c00a0c0ad
parent: 5139df0e33ac840518c5cfd34d898e644de723e6
author: Simon Howard <[email protected]>
date: Tue Sep 3 22:44:58 EDT 2013
Fix setup tool defaults for GUS/Timidity path config variables (thanks Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2633
--- a/src/setup/sound.c
+++ b/src/setup/sound.c
@@ -82,8 +82,8 @@
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