diff src/gui.c @ 894:edb3bc186e97 v7.0.020

updated for version 7.0-020
author vimboss
date Tue, 20 Jun 2006 18:39:51 +0000
parents af98ef7f5a39
children 4fb859cd9ba9
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -4515,7 +4515,7 @@ gui_mouse_moved(x, y)
     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)