opnsense-ports/graphics/jgraph/files/patch-jgraph.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
337 B
C

--- 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";