Ticket #3163 (new defect)

Opened 3 years ago

Last modified 2 years ago

it seems like if you call printf with a bad format string, the error comes from sprintf

Reported by: tim Assigned to: anonymous
Priority: normal Milestone: 3.0.0 release
Component: Runtime Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

Warning: sprintf(): sprintf: Unexpected character '.' in format string %sfloat(%.*G)
comes from this:
(php-printf "%sfloat(%.*G)\n" indent *float-precision* var))

Change History

01/02/06 12:30:59 changed by tim

printf("%.0f\n",-3000000.0 );

grumble

01/23/06 03:23:34 changed by weyrick

  • component changed from Apache 1 to Runtime.

04/15/07 11:34:34 changed by weyrick

  • version set to trunk.
  • type set to defect.
  • description changed.
  • milestone set to 3.0.0 release.