summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-gui.c')
-rw-r--r--gtk-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index 7f60b62fd..0c74675a4 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -231,7 +231,7 @@ static gboolean ask_save_changes()
label = gtk_label_new (
"You have unsaved changes\nWould you like to save those before closing the datafile?");
} else {
- char *label_text = (char*) malloc(sizeof(char) * (93 + strlen(existing_filename)));
+ char *label_text = (char*) malloc(sizeof(char) * (94 + strlen(existing_filename)));
sprintf(label_text,
"You have unsaved changes to file: %s \nWould you like to save those before closing the datafile?",
existing_filename);