Opened 18 years ago
Closed 18 years ago
#158 closed defect (fixed)
libc: printf("%#X, 255) outputs 0xFF instead of 0XFF
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc-frontend | Version: | 0.6 |
Severity: | normal | Keywords: | printf sprintf _output |
Cc: |
Description
The topic says it all. It's a tiny bug in _output.c.
Note:
See TracTickets
for help on using tickets.
(In [3281]) Fixed X prefix (it wasn't upper cased). Fixes #158.