Update of /cvsroot/alsa/alsa-tools/ac3dec
In directory sc8-pr-cvs1:/tmp/cvs-serv27649

Modified Files:
        ac3spdif.c 
Log Message:
fixed compile warnings.



Index: ac3spdif.c
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/ac3dec/ac3spdif.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ac3spdif.c  8 Jan 2003 11:30:04 -0000       1.4
+++ ac3spdif.c  25 Mar 2003 17:33:55 -0000      1.5
@@ -61,7 +61,7 @@
                                                                                     
   parse_syncinfo_data(syncinfo,sbuffer);
  
-  while(sbuffer_size < syncinfo->frame_size * 2 - 2)
+  while(sbuffer_size < (uint32_t)syncinfo->frame_size * 2 - 2)
     {
       if(cur >= end)
        goto done;



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to