Opened 15 years ago
Closed 15 years ago
#319 closed defect (fixed)
"print" breaks when the arguments have different type
Reported by: | Christian Speckner | Owned by: | Christian Speckner |
---|---|---|---|
Priority: | P3 | Milestone: | v2.0.2 |
Component: | core | Version: | 2.0.1 |
Severity: | minor | Keywords: | |
Cc: |
Description
whish? print (1, 2) 1 2 whish? print (1, 2.) | "%g %g" ****************************************************************************** *** ERROR: C-formatting string: argument type mismatch: real value expected ******************************************************************************
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r2497 (actually, the real culprit was
sprint
).