Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5819c74d53abf3334b16f52a0afc2d8a > files > 1

OpenSceneGraph-2.6.1-2mdv2009.0.src.rpm

--- src/osgPlugins/txp/trpage_print.cpp~	2008-06-03 09:07:40.000000000 -0400
+++ src/osgPlugins/txp/trpage_print.cpp	2009-01-31 14:50:52.000000000 -0500
@@ -98,8 +98,8 @@
 
     if (str)
     {
-        fprintf(fp,indentStr);
-        fprintf(fp,str);
+        fprintf(fp,"%s",indentStr);
+        fprintf(fp,"%s",str);
         fprintf(fp,"\n");
     } else
         fprintf(fp,"\n");