tags 643461 +patch thanks
Patch is attatched just add it to the quilt series.
Index: qhull-2009.1/src/io.c =================================================================== --- qhull-2009.1.orig/src/io.c 2011-11-10 21:43:30.000000000 +0000 +++ qhull-2009.1/src/io.c 2011-11-10 21:44:57.000000000 +0000 @@ -2166,7 +2166,7 @@ qh_memfree (point, qh normal_size); qh_settempfree(&points); qh_settempfree(&vertices); - fprintf(fp, endfmt); + fprintf(fp,"%s", endfmt); } /* printfacet3math */