Hi, On Mon, 18 Feb 2008, Daniel Barkalow wrote: > diff --git a/revision.h b/revision.h > index 8572315..e3559d0 100644 > --- a/revision.h > +++ b/revision.h > @@ -74,7 +74,7 @@ struct rev_info { > struct log_info *loginfo; > int nr, total; > const char *mime_boundary; > - const char *message_id; > + char *message_id; > const char *ref_message_id; > const char *add_signoff; > const char *extra_headers; Mini-nit: technically, ref_message_id should be "char *", too. Ciao, Dscho - 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