swh:1:snp:bb8853bfef8fcf2b1d37fd6404912c7606c98e48
Raw File
Tip revision: 0ce2e396ee9fb0fa07e8381b338e49859dbf03db authored by Junio C Hamano on 17 June 2012, 21:07:15 UTC
Git 1.7.11
Tip revision: 0ce2e39
patch0011
---
 builtin-mailinfo.c  | 4 ++--

diff --git a/builtin-mailinfo.c b/builtin-mailinfo.c
index 3e5fe51..aabfe5c 100644
--- a/builtin-mailinfo.c
+++ b/builtin-mailinfo.c
@@ -758,8 +758,8 @@ static void handle_body(void)
 		/* process any boundary lines */
 		if (*content_top && is_multipart_boundary(&line)) {
 			/* flush any leftover */
-			if (line.len)
-				handle_filter(&line);
+			if (prev.len)
+				handle_filter(&prev);
 
 			if (!handle_boundary())
 				goto handle_body_out;
-- 
1.6.0.rc2


back to top