[mythtv] [PATCH] fix channel.cpp possible copy-paste error
Matt Zimmerman
mdz at debian.org
Sat Jul 24 18:53:06 EDT 2004
On Tue, Jul 13, 2004 at 06:41:54PM -0400, David George wrote:
> Something else I found while I was troubleshooting my setup.
> Index: mythtv/libs/libmythtv/channel.cpp
> ===================================================================
> RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/channel.cpp,v
> retrieving revision 1.70
> diff -b -u -2 -r1.70 channel.cpp
> --- mythtv/libs/libmythtv/channel.cpp 9 Jun 2004 03:21:48 -0000 1.70
> +++ mythtv/libs/libmythtv/channel.cpp 13 Jul 2004 22:35:40 -0000
> @@ -467,5 +467,5 @@
> if (ioctlval == -1)
> {
> - perror("VIDIOC_G_TUNER problem in channel.h's signalStrengthATSC()");
> + perror("VIDIOC_G_TUNER problem in channel.h's signalStrengthATSC_v4l2()");
> return 0;
> }
I just removed the function name; that's the only VIDIOC_G_TUNER error
anyway.
--
- mdz
More information about the mythtv-dev
mailing list