]> git.ipfire.org Git - thirdparty/git.git/blame - t/t5100/patch0011
Merge branch 'nd/am-i18n-fix'
[thirdparty/git.git] / t / t5100 / patch0011
CommitLineData
a9fd1383 1---
dc801e71 2 builtin-mailinfo.c | 4 ++--
a9fd1383
JH
3
4diff --git a/builtin-mailinfo.c b/builtin-mailinfo.c
5index 3e5fe51..aabfe5c 100644
6--- a/builtin-mailinfo.c
7+++ b/builtin-mailinfo.c
8@@ -758,8 +758,8 @@ static void handle_body(void)
9 /* process any boundary lines */
10 if (*content_top && is_multipart_boundary(&line)) {
11 /* flush any leftover */
12- if (line.len)
13- handle_filter(&line);
14+ if (prev.len)
15+ handle_filter(&prev);
16
17 if (!handle_boundary())
18 goto handle_body_out;
19--
201.6.0.rc2
21
22