Initialise variable to empty string

This commit is contained in:
Ian Barwick
2017-10-04 09:56:49 +09:00
parent ead4866719
commit 6ba9077ba5

View File

@@ -30,7 +30,7 @@ static void tablespace_list_append(t_configuration_options *options, const char
static void exit_with_errors(ItemList *config_errors);
const static char *_progname = NULL;
static char config_file_path[MAXPGPATH];
static char config_file_path[MAXPGPATH] = "";
static bool config_file_provided = false;
bool config_file_found = false;