summaryrefslogtreecommitdiff
path: root/graphics/jgraph/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jgraph/files/patch-ac')
-rw-r--r--graphics/jgraph/files/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/jgraph/files/patch-ac b/graphics/jgraph/files/patch-ac
new file mode 100644
index 000000000000..93aeaeddf0be
--- /dev/null
+++ b/graphics/jgraph/files/patch-ac
@@ -0,0 +1,16 @@
+--- jgraph.c.orig Fri Mar 19 16:27:09 1999
++++ jgraph.c Mon Aug 2 16:21:34 1999
+@@ -36,6 +36,13 @@
+
+ l = (Label) malloc (sizeof(struct label));
+ l->label = CNULL;
++ l->x = 0;
++ l->y = 0;
++ l->rotate = 0;
++ l->xmin = 0;
++ l->xmax = 0;
++ l->ymin = 0;
++ l->ymax = 0;
+ l->hj = 'c';
+ l->vj = 'b';
+ l->font = "Times-Roman";