vim-7.0-warning.patch 425 B

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