summaryrefslogtreecommitdiff
path: root/editors/leafpad
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-05 04:58:56 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-05 04:58:56 +0000
commit5822b1262ec2f952f8e9edf232f8b6cbd2d902d3 (patch)
treef0074ad093cd46fb99df1f40c7c0eeed9e3e8a87 /editors/leafpad
parentWith portmgr hat on, reset Roger's maintainership of these ports. While (diff)
Remove unneeded patch
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=123179
Diffstat (limited to 'editors/leafpad')
-rw-r--r--editors/leafpad/files/patch-src_undo.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/leafpad/files/patch-src_undo.c b/editors/leafpad/files/patch-src_undo.c
deleted file mode 100644
index bd1917654196..000000000000
--- a/editors/leafpad/files/patch-src_undo.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/undo.c.orig Thu Nov 18 17:04:27 2004
-+++ src/undo.c Sun Nov 21 12:21:08 2004
-@@ -159,7 +159,8 @@
- ui_tmp->command = command;
- ui_tmp->start = start;
- ui_tmp->end = end;
-- g_string_printf(undo_gstr, str);
-+ undo_gstr = g_string_erase(undo_gstr, 0, -1);
-+ g_string_append(undo_gstr, str);
- } else
- undo_append_undo_info(buffer, command, start, end, g_strdup(str));
-