From: Matthew Fernandez Date: Sat, 20 Jun 2020 17:22:47 +0000 (-0700) Subject: update some legacy comments, libagraph->libcgraph X-Git-Tag: 2.44.1~4^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef7e9c8a54ab2e21cf4fbd3c38c3497d00c51a4b;p=graphviz update some legacy comments, libagraph->libcgraph --- diff --git a/contrib/prune/prune.c b/contrib/prune/prune.c index 7df847fd4..fa6e1b11a 100644 --- a/contrib/prune/prune.c +++ b/contrib/prune/prune.c @@ -41,7 +41,7 @@ generic_list_t *addnode(generic_list_t * l, char *n); int verbose = 0; /* Flag to indicate verbose message output */ -/* wrapper to match libagraph conventions with libingraph */ +/* wrapper to match libcgraph conventions with libingraph */ Agraph_t *gread(FILE * fp); #define NDNAME "mk" @@ -251,7 +251,7 @@ Options:\n\ Both options `-n' and `-N' can be used multiple times on the command line.\n", progname); } -/* wrapper to match libagraph conventions with libingraph */ +/* wrapper to match libcgraph conventions with libingraph */ Agraph_t *gread(FILE * fp) { return agread(fp, (Agdisc_t *) 0);