[mythtv-commits] Ticket #521: Debug info typos

MythTV mythtv at cvs.mythtv.org
Mon Oct 24 14:43:49 EDT 2005


#521: Debug info typos
-------------------------+--------------------------------------------------
 Reporter:  Paul Vriens  |       Owner:  ijr
     Type:  patch        |      Status:  new
 Priority:  trivial      |   Milestone:     
Component:  mythtv       |     Version:     
 Severity:  low          |  -------------------------+--------------------------------------------------
 Hi,

 while running mythbackend -v all I saw some messages:

 VIDOCGMBUF:: Invalid argument

 This should of course have been:

 VIDIOCGMBUF:: Invalid argument

 Trivial patch:


 {{{
 Index: libs/libmythtv/NuppelVideoRecorder.cpp
 ===================================================================
 --- libs/libmythtv/NuppelVideoRecorder.cpp      (revision 7567)
 +++ libs/libmythtv/NuppelVideoRecorder.cpp      (working copy)
 @@ -1091,7 +1091,7 @@

      if (ioctl(fd, VIDIOCGMBUF, &vm) < 0)
      {
 -        perror("VIDOCGMBUF:");
 +        perror("VIDIOCGMBUF:");
          KillChildren();
          errored = true;
          return;
 }}}


 Cheers,

 Paul.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/521>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list