]> granicus.if.org Git - graphviz/commitdiff
fix un condition where freetype not available
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:38 +0000 (21:05 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:38 +0000 (21:05 +0000)
lib/common/input.c

index 8375ae167e14ad9173da9c766b838bb6cc1ec781..e476183d1599b78993699048d305bb8d12260591 100644 (file)
@@ -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) */