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
27c42053
...
27c42053d36235e3a1d71d018590384c1818ff06
authored
2001-07-03 11:51:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed break from the loop
1 parent
e3441a83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
mail/z.c
mail/z.c
View file @
27c4205
...
...
@@ -156,8 +156,7 @@ mail_z (int argc, char **argv)
for
(
i
=
0
;
i
<
nlines
;
i
++
)
{
if
(
mail_from
(
0
,
NULL
))
break
;
mail_from
(
0
,
NULL
);
cursor
++
;
}
...
...
Please
register
or
sign in
to post a comment