> Yes OK, and I will commit for you.

Thanks Jerry.

While trying to back port the patch, I have found a leftover of my previous 
attempts:

  if  (ft != FMT_F && before == 0 && w > 0 && d == 0 && p == 0)

should be

  if  (ft != FMT_F && w > 0 && d == 0 && p == 0)

The second change was needed for 4.7 (still one failure after it):

        if (nzero_real == d && digits[0] >= char)

changed to

        if (digits[0] >= char)

I am attaching the updated patch.

Dominique

Attachment: patch-59774t2
Description: Binary data

Reply via email to