Jim Meyering wrote:
> > +  if (strncmp (p, "lt-", 3) == 0)
> > +    p = p + 3;
> 
> Thank you.
> You are welcome to push that, even though I prefer the more concise "p += 3;"

Thanks for the review. Pushed with your suggested edit.

Bruno


Reply via email to