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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Junio C Hamano <gitster@xxxxxxxxx> writes:

> @@ -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.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]