[Mplayer-cvslog] CVS: main asfheader.c,1.15,1.16
Bertrand Baudet
bertrand at users.sourceforge.net
Mon Jun 4 20:01:07 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv20059
Modified Files:
asfheader.c
Log Message:
Initialisation of ptr string to NULL to avoid gcc warning.
Index: asfheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/asfheader.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** asfheader.c 2001/05/21 13:04:34 1.15
--- asfheader.c 2001/06/04 18:01:05 1.16
***************
*** 217,221 ****
case 0x75b22633: // Content description
if(verbose){
! char *string;
stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth));
// extract the title
--- 217,221 ----
case 0x75b22633: // Content description
if(verbose){
! char *string=NULL;
stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth));
// extract the title
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list