From: ellson Date: Mon, 3 Dec 2007 21:16:53 +0000 (+0000) Subject: Bandaid fix for: neato -Tps ngc*dot -Tps -o t1.ps X-Git-Tag: LAST_LIBGRAPH~32^2~4990 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d41a0ca5edd8756655f40500cf100d8a4b904226;p=graphviz Bandaid fix for: neato -Tps ngc*dot -Tps -o t1.ps --- diff --git a/lib/common/emit.c b/lib/common/emit.c index 7e90bb7db..14523e4a8 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -2765,6 +2765,7 @@ int gvRenderJobs (GVC_t * gvc, graph_t * g) if (prevjob) { prevjob->next_active = job; /* insert job in active list */ + job->output_file = prevjob->output_file; /* FIXME - this is dumb ! */ } else { gvc->active_jobs = job; /* first job of new list */