Ticket #1065 (closed defect: fixed)
[PATCH] Incorrect format on the third actual argument of the 'fprintf' function. The SIGNED integer type argument is expected.
| Reported by: | Echelon9 | Owned by: | |
|---|---|---|---|
| Priority: | Should Have | Milestone: | Alpha 9 |
| Component: | Core engine | Keywords: | review |
| Cc: |
Description
Within the ScriptingInterface?.cpp file, two occurrences of a format string expecting signed ints when the data itself is an unsigned int.
Proposed fix attached for the two cases in this file.
Attachments
Change History
Changed 17 months ago by Echelon9
- Attachment printf_signedness-fix.patch added
Note: See
TracTickets for help on using
tickets.

Proposed fix for ScriptingInterface?.cpp