summaryrefslogtreecommitdiffstats
path: root/abs/extra/graphviz/format-string.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-02-09 15:31:37 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-02-09 15:31:37 (GMT)
commitd79477f78cd7e49112e787fc1efc35069c534213 (patch)
tree5c3d287c40bd4ffca8a2a521e3d8afa128eef452 /abs/extra/graphviz/format-string.patch
parent6371e2c3fb4a59c3ebc6446c60b54b72d67c03a1 (diff)
downloadlinhes_pkgbuild-d79477f78cd7e49112e787fc1efc35069c534213.zip
linhes_pkgbuild-d79477f78cd7e49112e787fc1efc35069c534213.tar.gz
linhes_pkgbuild-d79477f78cd7e49112e787fc1efc35069c534213.tar.bz2
graphviz: update to 2.40
Diffstat (limited to 'abs/extra/graphviz/format-string.patch')
-rw-r--r--abs/extra/graphviz/format-string.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/extra/graphviz/format-string.patch b/abs/extra/graphviz/format-string.patch
deleted file mode 100644
index 1cc5867..0000000
--- a/abs/extra/graphviz/format-string.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur old/lib/cgraph/scan.l new/lib/cgraph/scan.l
---- old/lib/cgraph/scan.l 2014-04-13 10:40:25.000000000 -1000
-+++ new/lib/cgraph/scan.l 2014-12-02 08:54:21.285050735 -1000
-@@ -149,7 +149,7 @@
- agxbput(&xb,buf);
- agxbput(&xb,fname);
- agxbput(&xb, " splits into two tokens\n");
-- agerr(AGWARN,agxbuse(&xb));
-+ agerr(AGWARN, "%s", agxbuse(&xb));
-
- agxbfree(&xb);
- return 1;
-@@ -225,7 +225,7 @@
- agxbput (&xb, buf);
- agxbput (&xb, yytext);
- agxbput (&xb,"'\n");
-- agerr(AGERR,agxbuse(&xb));
-+ agerr(AGERR, "%s", agxbuse(&xb));
- agxbfree(&xb);
- }
- /* must be here to see flex's macro defns */