[mythtv-commits] mythtv commit: r26828 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Oct 15 19:30:23 UTC 2010


      Author: danielk
        Date: 2010-10-15 19:30:23 +0000 (Fri, 15 Oct 2010)
New Revision: 26828
   Changeset: http://svn.mythtv.org/trac/changeset/26828

Log:

mythtv-rec. Fix check for a non-existent mpts output, was _mpts_fd >= 0, but this is now a pointer not an FD so instead it needs to be a != NULL check. Also rename _mpts_fd to _mpts since it's no longer a file descriptor but a pointer.



Modified:

   branches/mythtv-rec/mythtv/libs/libmythtv/asistreamhandler.cpp
   branches/mythtv-rec/mythtv/libs/libmythtv/asistreamhandler.h




More information about the mythtv-commits mailing list