Based on line 395 of this same file, it is clear this is what this code was
intended to look like. It is unclear to me why this was not caught by the GNU
`printf` annotations on `agerr`.
- fix detection of unavailable output format
- SVG layout doesn't always respect requested size #1855
+- mismatched format string in `mingle`
## [2.50.0] – 2021-12-04
int rv = 0;
if (checkG(g)) {
- agerr (AGERR, "Graph %s (%s) contains loops or multiedges\n");
+ agerr(AGERR, "Graph %s (%s) contains loops or multiedges\n", agnameof(g),
+ fname);
return 1;
}
initDotIO(g);