Update of /cvsroot/alsa/alsa-lib/src/control
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29021/src/control
Modified Files:
control.c
Log Message:
Fixed bugs detected by Intel compiler
Index: control.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/control/control.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- control.c 3 Nov 2003 10:31:50 -0000 1.101
+++ control.c 20 Apr 2004 13:42:48 -0000 1.102
@@ -536,7 +536,7 @@
*/
snd_ctl_t *snd_async_handler_get_ctl(snd_async_handler_t *handler)
{
- assert(handler->type = SND_ASYNC_HANDLER_CTL);
+ assert(handler->type == SND_ASYNC_HANDLER_CTL);
return handler->u.ctl;
}
-------------------------------------------------------
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