# HG changeset patch # User bertrand # Date 991677665 0 # Node ID 26579d6e6c38b2d569e587c3e24bedee0af1a95a # Parent f035bd1f2749e82e9f192b794d5c299aaa82dc65 Initialisation of ptr string to NULL to avoid gcc warning. diff -r f035bd1f2749 -r 26579d6e6c38 asfheader.c --- a/asfheader.c Mon Jun 04 17:58:32 2001 +0000 +++ b/asfheader.c Mon Jun 04 18:01:05 2001 +0000 @@ -216,7 +216,7 @@ case 0x75b22633: // Content description if(verbose){ - char *string; + char *string=NULL; stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth)); // extract the title if( contenth.title_size!=0 ) {