summaryrefslogtreecommitdiff
path: root/pith/news.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-05-21 20:58:51 -0600
committerEduardo Chappa <chappa@washington.edu>2021-05-21 20:58:51 -0600
commitd31cd71e5a3d73e20cfff89968c7b932d451f75c (patch)
tree264309197f0d847683df0ef960f87d5734c5f225 /pith/news.c
parent2e57dfe03e4df802d530ae217415d50419ab4e20 (diff)
downloadalpine-d31cd71e5a3d73e20cfff89968c7b932d451f75c.tar.xz
* Clear out some gcc warnings, and code improvement. Work in progress.
Diffstat (limited to 'pith/news.c')
-rw-r--r--pith/news.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/news.c b/pith/news.c
index 06dfddf6..c24e8014 100644
--- a/pith/news.c
+++ b/pith/news.c
@@ -116,7 +116,7 @@ news_grouper(char *given_group, char **expanded_group, char **error,
{
char ng_error[90], *p1, *p2, *name, *end, *ep, **server,
ng_ref[MAILTMPLEN];
- int expanded_len = 0, num_in_error = 0, cnt_errs;
+ int expanded_len = 0, num_in_error = 0, cnt_errs = 0;
MAILSTREAM *stream = NULL;
struct ng_list {