commit | 7b240600c56fe55a81999dec4a79f4a3c12fc28f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 20 18:39:51 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 20 18:39:51 2006 +0000 |
tree | 41304e94805b6e85ab1d14c9428ef07596285685 | |
parent | 6a584dcea561e0377d61801458e65c0ebc7b73db [diff] [blame] |
updated for version 7.0-020
diff --git a/src/gui.c b/src/gui.c index 9c1b147..cf121cf 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -4515,7 +4515,7 @@ int y; { win_T *wp; - char_u st[6]; + char_u st[8]; /* Ignore this while still starting up. */ if (!gui.in_use || gui.starting)