[mythtv-commits] mythtv commit: r8428 by danielk
    mythtv at cvs.mythtv.org 
    mythtv at cvs.mythtv.org
       
    Fri Dec 30 15:41:27 EST 2005
    
    
  
      Author: danielk
        Date: 2005-12-30 20:41:26 +0000 (Fri, 30 Dec 2005)
New Revision: 8428
   Changeset: http://cvs.mythtv.org/trac/changeset/8428
Modified:
   trunk/mythtv/libs/libmythtv/decoderbase.cpp
Log:
Randy Terbush had problems with the changes in FindPosition() in [8424].
I assume it is a gcc 4.x AMD64 problem because it the compiler didn't want to implicitly cast a Qt size_type to a long long.
On my system size_type is a 32 bit unsigned integer and a long long is a 64 bit signed integer...
    
    
More information about the mythtv-commits
mailing list