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
1d95b447
...
1d95b44783af1c9fbdb4bb94d313b2177b0ae6b8
authored
2000-05-19 07:57:11 +0000
by
Sean 'Shaleh' Perry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
more stupid things
1 parent
60dead5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmailbox/mh.c
libmailbox/mh.c
View file @
1d95b44
...
...
@@ -80,7 +80,7 @@ mh_open (mailbox * mbox)
#endif
chdir
(
old_dir
);
fprintf
(
stderr
,
"%d messages read
\n
"
,
mbox
->
messages
);
fprintf
(
stderr
,
"
\n
%d messages read
\n
"
,
mbox
->
messages
);
return
0
;
}
...
...
Please
register
or
sign in
to post a comment