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
18d64f06
...
18d64f0657b716e842655b3b28af8a6ec1047b1f
authored
2002-11-24 22:13:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix. Use mail_from0(), not mail_from().
1 parent
16475bb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/z.c
mail/z.c
View file @
18d64f0
...
...
@@ -186,7 +186,7 @@ mail_z (int argc, char **argv)
for
(
i
=
0
;
i
<
nlines
&&
cursor
<=
total
;
)
{
if
(
mail_from
(
0
,
NULL
)
==
0
)
if
(
mail_from
0
(
cursor
,
0
)
==
0
)
i
++
;
cursor
++
;
}
...
...
Please
register
or
sign in
to post a comment