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
37b56aa2
...
37b56aa219f0ea138eb1e848007abef7c6c60702
authored
2001-11-13 13:41:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use maxlines instead of hardcoding the default value. Exit if execv() fails.
1 parent
84acb011
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
comsat/action.c
comsat/action.c
View file @
37b56aa
...
...
@@ -158,7 +158,7 @@ expand_escape (char **pp, message_t msg, char *cr, struct obstack *stk)
if
(
size
==
0
)
size
=
400
;
if
(
lncount
==
0
)
lncount
=
5
;
lncount
=
maxlines
;
if
(
message_get_body
(
msg
,
&
body
)
==
0
&&
body_get_stream
(
body
,
&
stream
)
==
0
)
{
...
...
Please
register
or
sign in
to post a comment