[mythtv-commits] mythtv commit: r20103 by jarod
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Mar 4 17:07:52 UTC 2009
Author: jarod
Date: 2009-03-04 17:07:52 +0000 (Wed, 04 Mar 2009)
New Revision: 20103
Changeset: http://cvs.mythtv.org/trac/changeset/20103
Modified:
trunk/mythtv/libs/libmythfreemheg/Text.cpp
Log:
libmythfreemheg gcc 4.4 build fix
gcc 4.4 was complaining like so:
Text.cpp:248: error: invalid conversion from 'const char*' to 'char*'
Just make p not const, less messy than lots of casts.
More information about the mythtv-commits
mailing list