summaryrefslogtreecommitdiff
path: root/app-editors/cooledit/files/cooledit-3.17.17-copy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/cooledit/files/cooledit-3.17.17-copy.patch')
-rw-r--r--app-editors/cooledit/files/cooledit-3.17.17-copy.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-editors/cooledit/files/cooledit-3.17.17-copy.patch b/app-editors/cooledit/files/cooledit-3.17.17-copy.patch
deleted file mode 100644
index 862b4ec8374c..000000000000
--- a/app-editors/cooledit/files/cooledit-3.17.17-copy.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -crB cooledit-3.17.17/widget/editcmd.c cooledit-new/widget/editcmd.c
-*** cooledit-3.17.17/widget/editcmd.c 2005-04-04 16:47:45.000000000 -0400
---- cooledit-new/widget/editcmd.c 2009-04-25 21:56:14.000000000 -0400
-***************
-*** 214,220 ****
- if (file < 0 && (flags & O_CREAT)) /* must it be created ? */
- return creat ((char *) pathname, mode);
- close (file);
-! return open ((char *) pathname, flags);
- }
-
- /* "Oleg Yu. Repin" <repin@ssd.sscc.ru> added backup filenames
---- 214,220 ----
- if (file < 0 && (flags & O_CREAT)) /* must it be created ? */
- return creat ((char *) pathname, mode);
- close (file);
-! return open ((char *) pathname, flags, mode);
- }
-
- /* "Oleg Yu. Repin" <repin@ssd.sscc.ru> added backup filenames