From: John Ellson Date: Fri, 21 Sep 2012 07:08:32 +0000 (-0400) Subject: First arg is required but ignored X-Git-Tag: LAST_LIBGRAPH~32^2~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b8faad44652dc9fb4275152be30083dd0c58cc6;p=graphviz First arg is required but ignored - committing so as not to lose this fix in case libgs interface can be revived later. --- diff --git a/plugin/gs/gvloadimage_gs.c b/plugin/gs/gvloadimage_gs.c index ad317a03d..4ed9b717f 100644 --- a/plugin/gs/gvloadimage_gs.c +++ b/plugin/gs/gvloadimage_gs.c @@ -107,6 +107,7 @@ static int gvloadimage_process_surface(GVJ_t *job, usershape_t *us, gs_t *gs, vo int rc, rc2; char width_height[20], dpi[10], cairo_context[30]; char *gs_args[] = { + "dot", /* actual value of argv[0] doesn't matter */ "-dQUIET", "-dNOPAUSE", "-sDEVICE=cairo",