From 7096df54deb2b8d3ef230dad4b4e905574236eda Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 5 Sep 2005 17:21:05 +0000 Subject: Various patches from Ben H: a fix for an outdated comment, a couple of spurious ps_printf() arguments removed, and an error check in the `make install' target. [originally from svn r6275] --- ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ps.c') diff --git a/ps.c b/ps.c index a2fd619..9dc03e8 100644 --- a/ps.c +++ b/ps.c @@ -112,7 +112,7 @@ static void ps_draw_text(void *handle, int x, int y, int fonttype, ps_setcolour(ps, colour); ps_printf(ps, "/%s findfont %d scalefont setfont\n", fonttype == FONT_FIXED ? "Courier" : "Helvetica", - fontsize, x, y); + fontsize); if (align & ALIGN_VCENTRE) { ps_printf(ps, "newpath 0 0 moveto (X) true charpath flattenpath" " pathbbox\n" -- cgit v1.1