Fix a theoretically possible use of an uninitialized value
This commit is contained in:
parent
804de2572e
commit
d79268b346
@ -212,7 +212,7 @@ static GtkWidget *create_switch_dialog(void)
|
||||
static void update_filename_label(void)
|
||||
{
|
||||
guint i;
|
||||
gchar *msg;
|
||||
gchar *msg = NULL;
|
||||
guint queue_length;
|
||||
GeanyDocument *doc;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user