Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/em-dash-in-doc'
[gitweb.git]
/
builtin
/
am.c
diff --git
a/builtin/am.c
b/builtin/am.c
index fc6d3d21aac54f9d820e3cae60e08d81366787be..4e396c832139aa3c4ae4e68e9d265b0107817aa9 100644
(file)
--- a/
builtin/am.c
+++ b/
builtin/am.c
@@
-1343,7
+1343,7
@@
static int parse_mail(struct am_state *state, const char *mail)
strbuf_addstr(&msg, "\n\n");
if (strbuf_read_file(&msg, am_path(state, "msg"), 0) < 0)
die_errno(_("could not read '%s'"), am_path(state, "msg"));
- stripspace(&msg, 0);
+ str
buf_str
ipspace(&msg, 0);
if (state->signoff)
am_signoff(&msg);