initialized before calling begin_job. The removes an assignment
of Output_file from mpgen which was used to solve the same problem.
Here we are solving it for all of the codegens.
job->output_file = file_select(job->output_filename);
else
job->output_file = stdout;
- gvrender_begin_job(job); /* FIXME? - semantics are unclear */
- }
#ifdef WITH_CODEGENS
- Output_file = job->output_file;
+ Output_file = job->output_file;
#endif
+ gvrender_begin_job(job); /* FIXME? - semantics are unclear */
+ }
if (! (job->flags & GVRENDER_X11_EVENTS)) {
/* Show_boxes is not defined, if at all,