diff options
-rw-r--r-- | graphics/diacanvas/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/diacanvas/files/patch-ad b/graphics/diacanvas/files/patch-ad new file mode 100644 index 000000000000..4033b308d8ab --- /dev/null +++ b/graphics/diacanvas/files/patch-ad @@ -0,0 +1,11 @@ +--- ./diacanvas/diadynelement.c.orig Sun Oct 20 14:48:30 2002 ++++ ./diacanvas/diadynelement.c Sun Oct 20 14:48:36 2002 +@@ -276,7 +276,7 @@ + } + + +-#ifdef 0 ++#if 0 + /* Find a point on the border of the object and create a connectionpoint + * there. + */ |