From 7e324d56c12d639c4bdeca387790c3588606ea10 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 20 Apr 2022 20:53:18 -0700 Subject: [PATCH] =?utf8?q?common:=20remove=20=E2=80=9Cslimey=E2=80=9D=20co?= =?utf8?q?mment?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is unclear what this comment is referring to. It seems to only make this code more confusing. --- lib/common/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/output.c b/lib/common/output.c index 36dcae884..f9da52668 100644 --- a/lib/common/output.c +++ b/lib/common/output.c @@ -100,7 +100,7 @@ static void writenodeandport(FILE * f, node_t * node, char *port) name = canon (agraphof(node), strchr(agnameof(node), ':') + 1); else name = agcanonStr (agnameof(node)); - printstring(f, " ", name); /* slimey i know */ + printstring(f, " ", name); if (port && *port) printstring(f, ":", agcanonStr(port)); } -- 2.40.0