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

index a3f02c1ca084c897adaac5db5d0694655560f5b5..0f539f4224e65b948885e7c5fad451304ea6b55a 100644 (file)
@@ -598,9 +598,7 @@ addNodeGraphics (Agnode_t* np, Dt_t* alist, agxbuf* xb, agxbuf* unk)
        }
     }
 
-    agxbput (xb, x);
-    agxbputc (xb, ',');
-    agxbput (xb, y);
+    agxbprint (xb, "%s,%s", x, y);
     agsafeset (np, "pos", agxbuse (xb), "");
 
     if (cnt) {