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

Modified Files:
        pcm_multi.c 
Log Message:
fixed unneeded cast.



Index: pcm_multi.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_multi.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- pcm_multi.c 17 Mar 2004 11:48:15 -0000      1.87
+++ pcm_multi.c 21 May 2004 15:10:58 -0000      1.88
@@ -893,7 +893,7 @@
                        continue;
                }
                if (strcmp(id, "master") == 0) {
-                       if (snd_config_get_integer(n, &((long)master_slave)) < 0) {
+                       if (snd_config_get_integer(n, &master_slave) < 0) {
                                SNDERR("Invalid type for %s", id);
                                return -EINVAL;
                        }



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to