Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 6d6ae291399997bd01292a445f799964 > files > 7

xine-lib-1.1.0-9.7.20060mdk.src.rpm

===================================================================
RCS file: /cvsroot/xine/xine-lib/src/input/input_cdda.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- xine/xine-lib/src/input/input_cdda.c	2005/09/05 17:02:57	1.77
+++ xine/xine-lib/src/input/input_cdda.c	2005/10/08 11:26:23	1.78
@@ -1486,7 +1486,7 @@
     return;
   }
   else {
-    fprintf(fd, filecontent);
+    fprintf(fd, "%s", filecontent);
     fclose(fd);
   }