X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/f2ef00b5e1a2a46947aab9e47119aff3e43c9326..a2bd22193636859a63187aec26b389e07163880e:/error.c diff --git a/error.c b/error.c index 7fe97ec..6b4254d 100644 --- a/error.c +++ b/error.c @@ -20,7 +20,7 @@ static void do_error(int code, va_list ap) { char *sp, *sp2; wchar_t *wsp, *wsp2; filepos fpos, fpos2, *fposp; - int flags; + int flags = 0; switch(code) { case err_nomemory: /* no arguments */