[mythtv] [mythtv-commits] mythtv commit: r12719 by paulh

Stuart Morgan stuart at tase.co.uk
Sun Feb 4 20:10:22 UTC 2007


On Sunday 4 February 2007 20:03, mythtv at cvs.mythtv.org wrote:
>       Author: paulh
>         Date: 2007-02-04 20:03:52 +0000 (Sun, 04 Feb 2007)
> New Revision: 12719
>    Changeset: http://cvs.mythtv.org/trac/changeset/12719
>
> Modified:
>
>    trunk/mythplugins/mythmusic/mythmusic/directoryfinder.cpp
>
> Log:
>
> Hopefully fix a compile problem with gcc 4.1 after [12715].

Unfortunately won't work, reinterpret_cast only allows conversion of a pointer 
to an int if the int is large enough, which it isn't on a 64bit system.

Janne suggested intptr_t instead of int64_t.
-- 
Stuart Morgan


More information about the mythtv-dev mailing list