#246 closed Enhancement (wontfix)
Check type selection for sizes
Reported by: | elfring | Owned by: | davea |
---|---|---|---|
Priority: | Undetermined | Milestone: | Undetermined |
Component: | BOINC - API | Version: | |
Keywords: | Cc: |
Description
How do you think about to replace any "int" for the following parameters by the data type "size_t"?
Examples:
- num_glyphs (structure member)
- width, max_ascent, max_descent (function "txfGetStringMetrics")
- len (functions "txfRenderString", "txfRenderFancyString", "copy_element_contents", "sgets")
- i (function "txf_render_string")
Change History (3)
comment:1 Changed 16 years ago by
Milestone: | 6.6 → Undetermined |
---|---|
Owner: | changed from Bruce Allen to davea |
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Note: See
TracTickets for help on using
tickets.
I would appreciate a comment for the reasons why a safer data type will not be introduced at the proposed places.