Update of /cvsroot/alsa/alsa-lib/src/seq
In directory usw-pr-cvs1:/tmp/cvs-serv28292

Modified Files:
        seq.c 
Log Message:
fixed typo of snd_seq_poll_descriptors() in getting poll desc
for output only.



Index: seq.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/seq/seq.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- seq.c       27 May 2002 11:14:20 -0000      1.81
+++ seq.c       15 Jul 2002 14:08:32 -0000      1.82
@@ -318,7 +318,7 @@
                revents |= POLLIN|POLLERR;
        }
        if ((events & POLLOUT) && space >= 1) {
-               assert(seq->streams & SND_SEQ_OPEN_INPUT);
+               assert(seq->streams & SND_SEQ_OPEN_OUTPUT);
                revents |= POLLOUT|POLLERR;
        }
        if (!revents)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to