[mythtv-commits] mythtv commit: r9539 - in trunk/mythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Mar 29 16:44:59 UTC 2006


      Author: danielk
        Date: 2006-03-29 16:44:57 +0000 (Wed, 29 Mar 2006)
New Revision: 9539
   Changeset: http://cvs.mythtv.org/trac/changeset/9539

Modified:

   trunk/mythtv/libs/libmythtv/channelutil.cpp
   trunk/mythtv/libs/libmythtv/channelutil.h
   trunk/mythtv/libs/libmythtv/siscan.cpp
   trunk/mythtv/programs/mythfilldatabase/filldata.cpp
   trunk/mythtv/programs/mythfilldatabase/mythfilldatabase.pro

Log:

References #1485. Checks each param to dtv_multiplex get/insert for validity before use.

This should fix some issues with uninitialized values when inserting a new multiplex.

This also fixes a problem with the CreateMultiplex() functions created by [9537]. Because we did not always insert a multiplex when requested in insert_dtv_multiplex() the function that got the multiplex to return from CreateMultiplex() returned the wrong multiplex. We now return the multiplex from insert_dtv_multiplex so that CreateMultiplex() has something valid to return.

Finally, mythfilldatabase.pro did not have the libmythtv in it's depend path so changes to channelutil.h caused linking errors, this has been fixed.






More information about the mythtv-commits mailing list