From: ellson Date: Tue, 18 Oct 2005 21:05:38 +0000 (+0000) Subject: fix un condition where freetype not available X-Git-Tag: LAST_LIBGRAPH~32^2~7108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d63566cca72ef18d88bd0677252226504250073;p=graphviz fix un condition where freetype not available --- diff --git a/lib/common/input.c b/lib/common/input.c index 8375ae167..e476183d1 100644 --- a/lib/common/input.c +++ b/lib/common/input.c @@ -314,7 +314,7 @@ void dotneato_args_initialize(GVC_t * gvc, int argc, char **argv) } #if !defined(DISABLE_CODEGENS) && !defined(HAVE_GD_FREETYPE) - Output_codegen = gvc->codegen; + Output_codegen = gvc->jobs->codegen; #endif /* set persistent attributes here (if not already set from command line options) */