removed break from the loop
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -156,8 +156,7 @@ mail_z (int argc, char **argv) | ... | @@ -156,8 +156,7 @@ mail_z (int argc, char **argv) |
156 | 156 | ||
157 | for (i = 0; i < nlines; i++) | 157 | for (i = 0; i < nlines; i++) |
158 | { | 158 | { |
159 | if (mail_from(0, NULL)) | 159 | mail_from(0, NULL); |
160 | break; | ||
161 | cursor++; | 160 | cursor++; |
162 | } | 161 | } |
163 | 162 | ... | ... |
-
Please register or sign in to post a comment