From ef7e9c8a54ab2e21cf4fbd3c38c3497d00c51a4b Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 20 Jun 2020 10:22:47 -0700 Subject: [PATCH] update some legacy comments, libagraph->libcgraph --- contrib/prune/prune.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.50.1