Remove unneeded patch

Submitted by:	maintainer
This commit is contained in:
Michael Johnson 2004-12-05 04:58:56 +00:00
parent 4d9e7fb643
commit 5822b1262e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123179

View File

@ -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));