[mythtv] Any missed patches?

Ed Wildgoose lists at wildgooses.com
Thu Sep 9 15:50:02 EDT 2004


>I'm quite certain that it is in CVS.
>  
>

Interesting... So what am I doing wrong?  I have an old copy of CVS 
here, and when I do this:

mm libmyth # cvs diff -u audiooutputoss.cpp
Index: audiooutputoss.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/audiooutputoss.cpp,v
retrieving revision 1.15
diff -u -r1.15 audiooutputoss.cpp
--- audiooutputoss.cpp  29 Mar 2004 22:41:38 -0000      1.15
+++ audiooutputoss.cpp  9 Sep 2004 19:41:18 -0000
@@ -547,7 +547,7 @@
             // should this use ioctl(audio_fd, SNDCTL_DSP_POST, 0) 
instead ?

             space_on_soundcard = getSpaceOnSoundcard();
-            if (fragment_size < space_on_soundcard)
+            if (fragment_size <= space_on_soundcard)
             {
                 WriteAudio(zeros, fragment_size);
             }
...


Does that mean that CVS only diffs against the current version that you 
checked out and not against the head version..?  I never noticed this 
before if so.  Is there a way to make it diff against head without 
updating (or effectively to just see what you will get if you update)?

Sorry for the noise if so...!

Ed W


More information about the mythtv-dev mailing list