summaryrefslogtreecommitdiff
path: root/cad/qcad/files/patch-ab
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2004-10-12 11:55:31 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2004-10-12 11:55:31 +0000
commitf45e4648af5e8fa664319ab5e784a78e48990d11 (patch)
treed492918973058e038c04c514b431e40276779476 /cad/qcad/files/patch-ab
parentFix segfault which happens with long HTML documents. There are some (diff)
upgrade to qcad-2.0.4.0-1
Diffstat (limited to 'cad/qcad/files/patch-ab')
-rw-r--r--cad/qcad/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/qcad/files/patch-ab b/cad/qcad/files/patch-ab
deleted file mode 100644
index 1e2c5d362411..000000000000
--- a/cad/qcad/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- qcadlib/src/engine/rs_graphic.cpp.orig Thu Sep 9 07:31:40 2004
-+++ qcadlib/src/engine/rs_graphic.cpp Thu Sep 9 07:32:03 2004
-@@ -518,7 +518,7 @@
- if (fabs(s.x)>1.0e-6) {
- fx = ps.x / s.x;
- }
-- if (fabs(s.y>1.0e-6)) {
-+ if (fabs(s.y)>1.0e-6) {
- fy = ps.y / s.y;
- }
-