Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#9253 closed Patch - Bug Fix (Fixed)
Wrong file size shown in program details screen
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.24-fixes |
Severity: | low | Keywords: | progdetails |
Cc: | Ticket locked: | no |
Description
The file size shown by pressing I twice while a program is highlighted in Watch Recordings is incorrect. It shows 0.00 GB, 1.00 GB, 2.00 GB etc., always as an integer number of GB.
I think the bug was introduced with changeset [24694], see http://svn.mythtv.org/trac/changeset/24694/trunk/mythtv/programs/mythfrontend/progdetails.cpp
I have made a patch which I think fixes this, against 0.24-fixes, which I submit for consideration.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | progdetails-size.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to danielk |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Status: | assigned → accepted |
---|
comment:3 Changed 14 years ago by
Resolution: | → Fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 14 years ago by
Can this be backported to 0.24-fixes? It's a very small patch so I hope this is OK. Sorry if it is bad etiquette to request this here.
Heh, thanks for figuring that out. Took me a second to look at the code and realize my mistake.