[mythtv] [mythtv-commits] Ticket #10793: CommFlagger improvements

danielk danielk at cuymedia.net
Fri Jun 22 15:10:11 UTC 2012


On 06/22/2012 10:55 AM, Mark Spieth wrote:
> On 6/23/2012 12:49 AM, Raymond Wagner wrote:
>> On 6/22/2012 04:16, MythTV wrote:
>>>
>>> this is a 32/64 bit problem. change uint to ulong.
>>>
>>> Ill try to get an update out this weekend with algo tweeks.
>>>
>>
>> Better to use the more explicit uint32_t.
> only temporary anyway. converting ptr (32 or 64 bit) to hex in for
> display. ulong works correctly in this case. unless there is a better
> QString.arg way of doing this. It wasnt happy with just the ptr.

intptr_t

This will always be the same size as a pointer regardless of
the machine architecture.

-- Daniel


More information about the mythtv-dev mailing list