]> granicus.if.org Git - graphviz/commitdiff
First arg is required but ignored
authorJohn Ellson <ellson@research.att.com>
Fri, 21 Sep 2012 07:08:32 +0000 (03:08 -0400)
committerJohn Ellson <ellson@research.att.com>
Fri, 21 Sep 2012 07:08:32 +0000 (03:08 -0400)
- committing so as not to lose this fix in case libgs interface can be revived later.

plugin/gs/gvloadimage_gs.c

index ad317a03ddfdad493fcb912c621f26f39c161f3a..4ed9b717f13916a1f41b58eb1b9f1f60140a79e8 100644 (file)
@@ -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",