Blame SOURCES/vim-7.0-warning.patch

3ef2ca
--- vim70c/src/structs.h.warning1	2006-04-04 15:58:16.000000000 +0200
3ef2ca
+++ vim70c/src/structs.h	2006-04-04 15:58:20.000000000 +0200
3ef2ca
@@ -1082,7 +1082,7 @@
3ef2ca
 {
3ef2ca
     typval_T	di_tv;		/* type and value of the variable */
3ef2ca
     char_u	di_flags;	/* flags (only used for variable) */
3ef2ca
-    char_u	di_key[1];	/* key (actually longer!) */
3ef2ca
+    char_u	di_key[10];	/* key (actually longer!) */
3ef2ca
 };
3ef2ca
 
3ef2ca
 typedef struct dictitem_S dictitem_T;