Opened 17 years ago

Closed 17 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.

Change History (1)

comment:1 Changed 17 years ago by bird

Resolution: fixed
Status: newclosed

(In [3281]) Fixed X prefix (it wasn't upper cased). Fixes #158.

Note: See TracTickets for help on using tickets.