Opened 12 years ago
Closed 9 years ago
#579 closed defect (fixed)
printf does not implement the qualifier for ptrdiff_t
| Reported by: | Vojtech Horky | Owned by: | Jakub Jermář |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.7.0 |
| Component: | helenos/lib/c | Version: | mainline |
| Keywords: | first-patch | Cc: | |
| Blocker for: | Depends on: | ||
| See also: |
Description
Platform-independent code for printing ptrdiff_t shall use %td. Our implementation of printf does not support this.
Change History (2)
comment:1 by , 11 years ago
| Milestone: | 0.6.0 → 0.7.0 |
|---|
comment:2 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in mainline,2586.