From a19ea0ec3599b2d7edca5541a73a8918a0692660 Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 20 Sep 2008 18:10:26 +0000 Subject: [PATCH] fix bug with finalizing of svgz outputs --- tclpkg/tcldot/tcldot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tclpkg/tcldot/tcldot.c b/tclpkg/tcldot/tcldot.c index 91d777d24..2a4200301 100644 --- a/tclpkg/tcldot/tcldot.c +++ b/tclpkg/tcldot/tcldot.c @@ -1312,7 +1312,6 @@ static int graphcmd(ClientData clientData, Tcl_Interp * interp, gvc->common.viewNum = 0; gvRenderJobs(gvc, g); - gvrender_end_job(job); gvdevice_finalize(job); // fflush(job->output_file); gvjobs_delete(gvc); -- 2.40.0