X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/13f84dd50ca5754391dbd3296a5c7425f9363600..682769680c6e77bf8cf797c23eccd1d4e2753066:/uip/show.c diff --git a/uip/show.c b/uip/show.c index e783a797..604f2ead 100644 --- a/uip/show.c +++ b/uip/show.c @@ -71,7 +71,7 @@ main (int argc, char **argv) char *cp, *maildir, *file = NULL, *folder = NULL, *proc; char buf[BUFSIZ], **argp, **arguments; char *msgs[MAXARGS], *vec[MAXARGS]; - struct msgs *mp; + struct msgs *mp = NULL; #ifdef LOCALE setlocale(LC_ALL, "");