]> granicus.if.org Git - graphviz/commitdiff
WIN32 Verbose
authorarif <devnull@localhost>
Mon, 21 Mar 2011 17:00:45 +0000 (17:00 +0000)
committerarif <devnull@localhost>
Mon, 21 Mar 2011 17:00:45 +0000 (17:00 +0000)
plugin/pango/gvgetfontlist_pango.c

index 16470077ebb1bcec41c4a1e6afb8375ff61c5c71..034a3558ed72202464b41e2063613411a61a5c67 100644 (file)
@@ -531,8 +531,10 @@ gv_font_map* get_font_mapping(PangoFontMap * fontmap)
     gv_flist_free_af(gv_af_p);
     agxbfree(&xb);
     agxbfree(&xb2);
+#ifndef WIN32
     if (Verbose > 1)
        printFontMap (gv_fmap, ps_fontnames_sz);
+#endif
     return gv_fmap;
 }