X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.c;fp=lib%2Fgfxpoly%2Fpoly.c;h=71a743b253861b1e2250a6cba01ab9b6d400d163;hp=cc383b8d02787352d796fff9b1539a466cd0f22e;hb=976580517099fe477acbf1ca379716a7a329fb19;hpb=a9634f803811f39e67114955c3e9c30ae247a669 diff --git a/lib/gfxpoly/poly.c b/lib/gfxpoly/poly.c index cc383b8..71a743b 100644 --- a/lib/gfxpoly/poly.c +++ b/lib/gfxpoly/poly.c @@ -325,7 +325,7 @@ void gfxpoly_save_arrows(gfxpoly_t*poly, const char*filename) double g = poly->gridsize; gfxpolystroke_t*stroke = poly->strokes; for(;stroke;stroke=stroke->next) { - fprintf(fi, "%g setgray\n", 0); + fprintf(fi, "0 setgray\n"); int s = stroke->dir==DIR_UP?stroke->num_points-1:0; int end = stroke->dir==DIR_UP?-1:stroke->num_points;