Update of /cvsroot/alsa/alsa-tools/vxloader
In directory sc8-pr-cvs1:/tmp/cvs-serv1852/vxloader

Modified Files:
        vxloader.c 
Log Message:
- fixed compile warnings.


Index: vxloader.c
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/vxloader/vxloader.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vxloader.c  25 Mar 2003 17:37:21 -0000      1.4
+++ vxloader.c  25 Nov 2003 11:51:31 -0000      1.5
@@ -70,7 +70,7 @@
        FILE *fp;
        char buf[256];
        int data, c, idx, length;
-       unsigned char *imgbuf;
+       unsigned char *imgbuf = NULL;
        char *p;
 
        if ((fp = fopen(fname, "r")) == NULL) {



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to