summaryrefslogtreecommitdiff
path: root/cad/oregano/files/patch-src::node-store.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-10 12:50:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-10 12:50:45 +0000
commit0c9fd72e090a4db0ea36d49d9be83799414443d1 (patch)
treecc854f2a57251778aabd0e1f1c7fd26bb550d10c /cad/oregano/files/patch-src::node-store.c
parentUpgrade to v110.59. (diff)
- Update to 0.50.0
PR: ports/98020 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=165018
Diffstat (limited to 'cad/oregano/files/patch-src::node-store.c')
-rw-r--r--cad/oregano/files/patch-src::node-store.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/cad/oregano/files/patch-src::node-store.c b/cad/oregano/files/patch-src::node-store.c
deleted file mode 100644
index 66de4602016f..000000000000
--- a/cad/oregano/files/patch-src::node-store.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/node-store.c.orig Tue Oct 12 04:04:27 2004
-+++ src/node-store.c Fri Nov 26 18:05:48 2004
-@@ -431,9 +431,10 @@
-
- if (IS_EQ (x1, x2) && ((ipoint->pos.y == y1) || (ipoint->pos.y == y2))) {
- SheetPos w_pos, w_length;
-- wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length);
- gdouble _x1, _x2, _y1, _y2;
-
-+ wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length);
-+
- _x1 = w_pos.x;
- _y1 = w_pos.y;
- _x2 = x1 + w_length.x;
-@@ -457,8 +458,9 @@
- }
- } else if (IS_EQ (y1, y2) && ((ipoint->pos.x == x1) || (ipoint->pos.x == x2))) {
- SheetPos w_pos, w_length;
-- wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length);
- gdouble _x1, _x2, _y1, _y2;
-+
-+ wire_get_pos_and_length (ipoint->wire, &w_pos, &w_length);
-
- _x1 = w_pos.x;
- _y1 = w_pos.y;