This line in genperf.c

        fprintf(out, final.line[i]);

should be

        fprintf(out, "%s", final.line[i]);

to prevent a warning from the compiler, and to ensure correct behavior
if lines contain %.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to