Changes between Initial Version and Version 3 of Ticket #9928


Ignore:
Timestamp:
Aug 16, 2013, 7:40:36 PM (11 years ago)
Author:
bonefish
Comment:

Replying to starsseed:

format '%s' expects argument of type 'char*', but argument 3 has type 'long double' ...

Just a typo in the description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9928

    • Property Component - GeneralSystem/libroot.so
    • Property Owner changed from nobody to axeld
  • Ticket #9928 – Description

    initial v3  
    11Encountered when configuring the m4 build on Haiku PM f73d05a79b96bf945010ef04a0813ac67c4ab386 x86 gcc4: The call
    22{{{
    3 sprintf(buf, "%s.1La", 1.999L);
     3sprintf(buf, "%.1La", 1.999L);
    44}}}
    55crashes in `__printf_fphex()`.