]> granicus.if.org Git - graphviz/commitdiff
Bandaid fix for: neato -Tps ngc*dot -Tps -o t1.ps
authorellson <devnull@localhost>
Mon, 3 Dec 2007 21:16:53 +0000 (21:16 +0000)
committerellson <devnull@localhost>
Mon, 3 Dec 2007 21:16:53 +0000 (21:16 +0000)
lib/common/emit.c

index 7e90bb7dbbb4b2be036dc3a59cb3218475b8c236..14523e4a8619acdb68e190af5a7e488048dc6524 100644 (file)
@@ -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 */