On 23/03/11 10:48, Jim Meyering wrote: > I've tried to compile with that, and saw some new warnings (using F14's gcc > 4.5.1 20100924). > > - char *header = _(headers[field][header_mode]); > + char const *header = _(headers[field][header_mode]);
I've fixed that up and pushed the result. Closing this bug... thanks, Pádraig.
