Update of /cvsroot/alsa/alsa-lib/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29021/src

Modified Files:
        async.c 
Log Message:
Fixed bugs detected by Intel compiler

Index: async.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/async.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- async.c     23 Jul 2002 19:51:17 -0000      1.9
+++ async.c     20 Apr 2004 13:42:48 -0000      1.10
@@ -53,7 +53,7 @@
 {
        int fd;
        struct list_head *i;
-       assert(siginfo->si_code = SI_SIGIO);
+       assert(siginfo->si_code == SI_SIGIO);
        fd = siginfo->si_fd;
        list_for_each(i, &snd_async_handlers) {
                snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist);



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to