]> granicus.if.org Git - graphviz/commit
Fix gvconfig_libdir function to report resolved lib directory if -v set.
authorerg <devnull@localhost>
Thu, 6 May 2010 16:03:08 +0000 (16:03 +0000)
committererg <devnull@localhost>
Thu, 6 May 2010 16:03:08 +0000 (16:03 +0000)
commit06810213a8099362fcfe7174feaa4d62a3fcddca
tree0231f7ab7752f5913e1785fd835831dc5e411902
parent1cd8b5f5f8d8b5f542f9acab532db74bf8705cb4
Fix gvconfig_libdir function to report resolved lib directory if -v set.
Previously, this was set up to be done on the first call to this function,
but at that time, argv[] hasn't been process, so job->common.verbose had
not yet been set, and nothing is printed.
lib/gvc/gvconfig.c