]> granicus.if.org Git - graphviz/commitdiff
simplify addEdgeLabelGraphics with agxbprint
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Sep 2020 16:31:13 +0000 (09:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 17 Sep 2020 04:08:22 +0000 (21:08 -0700)
cmd/tools/gmlparse.y

index e8d012f2a4b1c3f7628275eaa008bce4f371311c..a3f02c1ca084c897adaac5db5d0694655560f5b5 100644 (file)
@@ -534,9 +534,7 @@ addEdgeLabelGraphics (Agedge_t* ep, Dt_t* alist, agxbuf* xb, agxbuf* unk)
        }
     }
 
-    agxbput (xb, x);
-    agxbputc (xb, ',');
-    agxbput (xb, y);
+    agxbprint (xb, "%s,%s", x, y);
     agsafeset (ep, "lp", agxbuse (xb), "");
 
     if (cnt) {