Opened 17 years ago
Closed 16 years ago
#7151 closed defect (wontfix)
Reset cerr stream after hex insertion
| Reported by: | 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)
Change History (3)
by , 17 years ago
| Attachment: | libs_libmythtv-reset-stream-format-state added |
|---|
by , 17 years ago
| Attachment: | libs_libmythtv-reset-stream-format-state-ticket-7151 added |
|---|
Same patch as before but against trunk as of 2010-02-03
comment:1 by , 16 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
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.

Resets number format to decimal