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
56786c45
...
56786c4500617161d33c6e32e1c2ea4504e20c44
authored
2000-09-11 03:35:27 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Little buglet, top should return 0, when succeed.
1 parent
8be6084f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/top.c
mail/top.c
View file @
56786c4
...
...
@@ -52,6 +52,7 @@ mail_top (int argc, char **argv)
break
;
printf
(
"%s"
,
buf
);
}
return
0
;
}
return
1
;
}
...
...
Please
register
or
sign in
to post a comment