summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-10-14 08:01:37 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-10-14 08:01:37 +0000
commit5938420ac1baf92af8d0139cef12d7b39fb8fd98 (patch)
tree94fe86b61217bd8032d1d18084fcf98fea83b735 /frm
parented1175f91d78846077062af5cf8a969dbaff80a6 (diff)
downloadmailutils-5938420ac1baf92af8d0139cef12d7b39fb8fd98.tar.gz
mailutils-5938420ac1baf92af8d0139cef12d7b39fb8fd98.tar.bz2
Do not output extra newline when running with --field option.
Diffstat (limited to 'frm')
-rw-r--r--frm/frm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frm/frm.c b/frm/frm.c
index 875b0845d..855c52bf6 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -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)

Return to:

Send suggestions and report system problems to the System administrator.