Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 31f5df116f5da293107f0effebc158f1 > files > 7

xine-lib-1.0-8.3.102mdk.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);
   }