The return value should be 0 for next and previous.
Showing
3 changed files
with
4 additions
and
2 deletions
... | @@ -4,6 +4,8 @@ | ... | @@ -4,6 +4,8 @@ |
4 | by using (const char *name) in the argument. | 4 | by using (const char *name) in the argument. |
5 | * pop3d/pop3d.c: The variable state was already | 5 | * pop3d/pop3d.c: The variable state was already |
6 | use as a global, use "astate" in function pop3_parse_opt(). | 6 | use as a global, use "astate" in function pop3_parse_opt(). |
7 | * mail/next.c: Wrong return value; | ||
8 | * mail/previous.c: Wrong return value; | ||
7 | 9 | ||
8 | 2002-03-13 Alain Magloire | 10 | 2002-03-13 Alain Magloire |
9 | 11 | ... | ... |
-
Please register or sign in to post a comment