]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Thu, 29 Jan 2009 20:02:11 +0000 (20:02 +0000)
committerarif <devnull@localhost>
Thu, 29 Jan 2009 20:02:11 +0000 (20:02 +0000)
cmd/dot/dot.c

index 7d1c1228bd706532f079a9164eff8a33155df683..19bacd2d7d02b50453ce7c59e81f38211266d67d 100644 (file)
@@ -167,6 +167,9 @@ static graph_t *create_test_graph(void)
 int main(int argc, char **argv)
 {
     graph_t *prev = NULL;
+#ifdef WIN32   /*fix fontconfig configuration file*/
+       fix_fc();
+#endif
 #ifndef WITH_CGRAPH
 
 #endif /* WITH_CGRAPH */