commit | a391707d9fda5645dbc737de22b30185aeb7c7e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 08:48:14 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 08:48:14 2006 +0000 |
tree | 61dbe3dbd195f69d2f609fef471f68a54a1aa4f8 | |
parent | 494c82ae16d0642074fb045ca3b1fd42caa5a721 [diff] [blame] |
updated for version 7.0-103
diff --git a/src/spell.c b/src/spell.c index a6581af..39b5b94 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -9251,7 +9251,7 @@ 'spellfile' */ int undo; /* TRUE for "zug", "zuG", "zuw" and "zuW" */ { - FILE *fd; + FILE *fd = NULL; buf_T *buf = NULL; int new_spf = FALSE; char_u *fname;