Yasuhiro Matsumoto wrote:
> please check this.
>
> diff --git a/src/quickfix.c b/src/quickfix.c
> index 6a38c78..db4c0fa 100644
> --- a/src/quickfix.c
> +++ b/src/quickfix.c
> @@ -207,9 +207,9 @@ qf_init_ext(
> char_u *fmtstr = NULL;
> char_u *growbuf = NULL;
> int growbuflen;
> - int growbufsiz;
> - char_u *linebuf;
> - int linelen;
> + int growbufsiz = 0;
> + char_u *linebuf = NULL;
> + int linelen = 0;
> int discard;
> int col = 0;
> char_u use_viscol = FALSE;
Thanks.
--
Kisses may last for as much as, but no more than, five minutes.
[real standing law in Iowa, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.