summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 1edf0ae79a..a3ac1ae59b 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5905,7 +5905,7 @@ buf_check_timestamp(buf, focus)
char_u *path;
char_u *tbuf;
char *mesg = NULL;
- char *mesg2;
+ char *mesg2 = "";
int helpmesg = FALSE;
int reload = FALSE;
#if defined(FEAT_CON_DIALOG) || defined(FEAT_GUI_DIALOG)