Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v2 21/31] mailinfo: move [ps]_hdr_data to struct mailinfo

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:06:52

Junio C Hamano [off-list ref] writes:
quoted hunk
@@ -995,10 +995,10 @@ static int mailinfo(struct mailinfo *mi, const char *msg, const char *patch)
 
 	/* process the email header */
 	while (read_one_header_line(&line, mi->input))
-		check_header(mi, &line, p_hdr_data, 1);
+		check_header(mi, &line, mi->p_hdr_data, 1);
 
 	handle_body(mi, &line);
-	fclose(patchfile);
+	fclose(mi->patchfile);
... this is the bit that should have be in 20/31.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help