[mythtv-commits] Ticket #699: AutoExpire::FillDBOrdered uses ints for filesizes

MythTV mythtv at cvs.mythtv.org
Wed Nov 23 00:12:23 EST 2005


#699: AutoExpire::FillDBOrdered uses ints for filesizes
-------------------------------------+--------------------------------------
 Reporter:  Robert Tsai <rtsai1111>  |       Owner:  cpinkham
     Type:  patch                    |      Status:  new     
 Priority:  minor                    |   Milestone:          
Component:  mythtv                   |     Version:  head    
 Severity:  medium                   |  
-------------------------------------+--------------------------------------
Change [7944] casts a string to an "int" for filesize, which is bad for
 files > 2GB. The code should use QString::toLongLong() instead of
 QString::toInt()

 This manifests itself as negative numbers being output by "mythbackend
 --printexpire".

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/699>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list