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
5938420a
...
5938420ac1baf92af8d0139cef12d7b39fb8fd98
authored
2001-10-14 08:01:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Do not output extra newline when running with --field option.
1 parent
ed1175f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
frm/frm.c
frm/frm.c
View file @
5938420
...
...
@@ -150,7 +150,7 @@ action (observer_t o, size_t type)
int
status
=
header_get_value
(
hdr
,
show_field
,
hfield
,
sizeof
(
hfield
),
NULL
);
if
(
status
==
0
)
printf
(
"%s
\n
"
,
hfield
);
printf
(
"%s"
,
hfield
);
}
if
(
show_to
)
...
...
Please
register
or
sign in
to post a comment