Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > ab28912ae09bc634252ecb00bb71ab45 > files > 1

muse-1.0-0.rc1.1mdv2009.1.src.rpm

--- synti/deicsonze/deicsonze.cpp.str	2009-03-15 13:14:22.000000000 +0100
+++ synti/deicsonze/deicsonze.cpp	2009-03-15 13:14:42.000000000 +0100
@@ -644,7 +644,7 @@
     file = fopen (presetPath.latin1(), "rt");
     if (file == NULL) {
 	printf("can't open ");
-	printf(presetPath.latin1());
+	printf("%s",presetPath.latin1());
 	printf("\n");
     }
     else