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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Nov 13 19:37:36 UTC 2006


      Author: danielk
        Date: 2006-11-13 19:37:35 +0000 (Mon, 13 Nov 2006)
New Revision: 11731
   Changeset: http://cvs.mythtv.org/trac/changeset/11731

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
   trunk/mythtv/libs/libmythtv/recorderbase.h
   trunk/mythtv/libs/libmythtv/tv_rec.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.h
   trunk/mythtv/programs/mythtranscode/transcode.cpp

Log:

Refs #2679. Fixes other places where the result of Settings::byName() was being used without checking for a null pointer.

Most of the recorders were already using the safe convenience methods, but the older NVR and Transcode weren't and TVRec had an unsafe method that wasn't being used anywhere and I've removed it to protect the innocent.




More information about the mythtv-commits mailing list