aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz/files/patch-lib-cgraph-scan.l
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/files/patch-lib-cgraph-scan.l')
-rw-r--r--graphics/graphviz/files/patch-lib-cgraph-scan.l20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/graphviz/files/patch-lib-cgraph-scan.l b/graphics/graphviz/files/patch-lib-cgraph-scan.l
deleted file mode 100644
index 7d11037f02a9..000000000000
--- a/graphics/graphviz/files/patch-lib-cgraph-scan.l
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/cgraph/scan.l.orig 2014-04-13 22:40:25.000000000 +0200
-+++ lib/cgraph/scan.l 2015-07-29 14:51:27.000000000 +0200
-@@ -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 */