]> granicus.if.org Git - graphviz/commitdiff
Revert "common: remove “slimey” comment"
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Jun 2022 15:25:11 +0000 (08:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Jun 2022 18:28:25 +0000 (11:28 -0700)
This reverts commit 7e324d56c12d639c4bdeca387790c3588606ea10.

lib/common/output.c

index bb0940fa99f86dd17c8f7f73177863526d618674..c91dfe41e77647bbc72169344e7775436f6e8704 100644 (file)
@@ -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);
+    printstring(f, " ", name); /* slimey i know */
     if (port && *port)
        printstring(f, ":", agcanonStr(port));
 }