aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'cad/qcad/files/patch-ac')
-rw-r--r--cad/qcad/files/patch-ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/cad/qcad/files/patch-ac b/cad/qcad/files/patch-ac
new file mode 100644
index 000000000000..3d1127a1bcfe
--- /dev/null
+++ b/cad/qcad/files/patch-ac
@@ -0,0 +1,9 @@
+--- qcadlib/src/engine/rs_layer.cpp.orig Mon Jun 18 16:46:52 2007
++++ qcadlib/src/engine/rs_layer.cpp Mon Jun 18 16:47:08 2007
+@@ -56,5 +56,5 @@
+ << " pen: " << l.getPen()
+ << " frozen: " << (int)l.isFrozen()
+- << " address: " << (int)(&l)
++// << " address: " << (int)(&l)
+ << std::endl;
+ return os;