Commit information:
Commit id: f02d76a2056175db35b2d59061ac75512b09bf1d
Commit message:
fixed an issue with compilation error on Ubuntu 12.04; see NEWS for details.
Committed by Kasper Daniel Hansen <kasperdanielhansen at gmail.com>
Commit date: 2014-04-27T22:23:33-04:00
From: Bioconductor Git-SVN Bridge <bioc-sync@bioconductor.org>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/Rgraphviz@89565 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+diff --git a/src/graphviz/lib/ortho/ortho.c b/src/graphviz/lib/ortho/ortho.c |
|
2 |
+index a5c63f0..cc20fd6 100644 |
|
3 |
+--- a/src/graphviz/lib/ortho/ortho.c |
|
4 |
+@@ -1520,7 +1520,7 @@ emitGraph (FILE* fp, maze* mp, int n_edges, route* route_list, epair_t es[]) |
|
5 |
+ absbb.LL.x = absbb.LL.y = MAXDOUBLE; |
|
6 |
+ absbb.UR.x = absbb.UR.y = -MAXDOUBLE; |
|
7 |
+ |
|
8 |
+- fprintf (fp, prolog2); |
|
9 |
++ fprintf (fp, "%s", prolog2); |
|
10 |
+ fprintf (fp, "%d %d translate\n", TRANS, TRANS); |
|
11 |
+ |
|
12 |
+ fputs ("0 0 1 setrgbcolor\n", fp); |