summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-07 23:09:59 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-07 23:09:59 +0000
commit44ecf65f74749995760eea6a1082f59d94817cbe (patch)
tree6c91fd3c0e022903c963130a57c55478ceb6f41c /src/fileio.c
parentfd91ecbbe05889d6d3bd266152373a90813ea3cf (diff)
updated for version 7.0057
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)