From 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 21:54:33 +0000 Subject: Rename german/ and graphics/ patch-xy patches to reflect the files they modify. --- graphics/jgraph/files/patch-jgraph.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphics/jgraph/files/patch-jgraph.c (limited to 'graphics/jgraph/files/patch-jgraph.c') diff --git a/graphics/jgraph/files/patch-jgraph.c b/graphics/jgraph/files/patch-jgraph.c new file mode 100644 index 000000000000..93aeaeddf0be --- /dev/null +++ b/graphics/jgraph/files/patch-jgraph.c @@ -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"; -- cgit v1.2.3