Opened 14 years ago

Closed 14 years ago

#7151 closed defect (wontfix)

Reset cerr stream after hex insertion

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: MythTV - General Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

Once hex is inserted into cerr, cerr will continue to output numbers in hex format. This happens in cache_glyph. To suppress this, reset to decimal format after the call. Oh, and use endl instead of "\n", it is both faster and uses the C++ convention.

Attachments (2)

libs_libmythtv-reset-stream-format-state (759 bytes) - added by Erik Hovland <erik@…> 14 years ago.
Resets number format to decimal
libs_libmythtv-reset-stream-format-state-ticket-7151 (759 bytes) - added by Erik Hovland <erik@…> 14 years ago.
Same patch as before but against trunk as of 2010-02-03

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Erik Hovland <erik@…>

Resets number format to decimal

Changed 14 years ago by Erik Hovland <erik@…>

Same patch as before but against trunk as of 2010-02-03

comment:1 Changed 14 years ago by stuartm

Resolution: wontfix
Status: newclosed

This is deprecated code which will likely be gone for 0.24, so there is nothing gained by committing it now.

Note: See TracTickets for help on using tickets.