Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
450c78b7
...
450c78b7f461aeac6c3fc27aab8a6ffac0a2ffdd
authored
2006-04-26 11:57:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_alias_expand): Initialize incl
1 parent
1400dc96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
mh/mh_whom.c
mh/mh_whom.c
View file @
450c78b
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2003, 2005 Free Software Foundation, Inc.
Copyright (C) 2003, 2005
, 2006
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -59,7 +59,9 @@ mh_alias_expand (char *str, mu_address_t *paddr, int *incl)
size_t
i
;
char
*
buf
;
mu_address_t
exaddr
=
NULL
;
if
(
incl
)
*
incl
=
0
;
mu_argcv_get
(
str
,
","
,
NULL
,
&
argc
,
&
argv
);
for
(
i
=
0
;
i
<
argc
;)
{
...
...
Please
register
or
sign in
to post a comment