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
589ebd8c
...
589ebd8c9eec05e9d2ff7f1cde2994a6837cbfc9
authored
2002-06-29 03:35:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix FPE (noted by Matthew Whitworth)
1 parent
0df5fe6a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/headers.c
mail/headers.c
View file @
589ebd8
...
...
@@ -41,6 +41,8 @@ mail_headers (int argc, char **argv)
for
(
mp
=
list
;
mp
;
mp
=
mp
->
next
)
num
++
;
if
(
num
==
0
)
return
0
;
lines
=
(
lines
/
num
)
-
2
;
if
(
lines
<
0
)
lines
=
util_screen_lines
();
...
...
Please
register
or
sign in
to post a comment