From f0dbb96c67df6cfe3a015205b3cdff877abac8bd Mon Sep 17 00:00:00 2001 From: arif Date: Thu, 29 Jan 2009 20:02:11 +0000 Subject: [PATCH] *** empty log message *** --- cmd/dot/dot.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/dot/dot.c b/cmd/dot/dot.c index 7d1c1228b..19bacd2d7 100644 --- a/cmd/dot/dot.c +++ b/cmd/dot/dot.c @@ -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 */ -- 2.40.0