[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: f_print.c
User: mike
Date: 07/02/10 12:41:45
Modified: . f_print.c
Log:
Applied Wojciech Kazubski's patch for offset printing orgins. Fixes bug #160757
Revision Changes Path
1.26 +1 -1 eda/geda/gaf/libgeda/src/f_print.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: f_print.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/f_print.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- f_print.c 30 Aug 2006 11:06:17 -0000 1.25
+++ f_print.c 10 Feb 2007 17:41:44 -0000 1.26
@@ -232,7 +232,7 @@
}
/* Apply a translation to move the origin to where we want it */
- if (origin_x != 0 && origin_y != 0) {
+ if (origin_x != 0 || origin_y != 0) {
fprintf(fp, "%d %d translate\n", -origin_x, -origin_y);
}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs