Update of /cvsroot/alsa/alsa-lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv15422

Modified Files:
        pcm.c 
Log Message:
Fixed typo

Index: pcm.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/test/pcm.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- pcm.c       3 Sep 2003 19:25:09 -0000       1.26
+++ pcm.c       13 Oct 2003 10:42:32 -0000      1.27
@@ -127,7 +127,7 @@
                return err;
        }
        err = snd_pcm_hw_params_get_period_size(params, &period_size, &dir);
-       if (err > 0) {
+       if (err < 0) {
                printf("Unable to get period size for playback: %s\n", 
snd_strerror(err));
                return err;
        }



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to