summaryrefslogtreecommitdiffstats
path: root/editors/lpe/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lpe/files/patch-af')
-rw-r--r--editors/lpe/files/patch-af25
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/lpe/files/patch-af b/editors/lpe/files/patch-af
deleted file mode 100644
index 4f1654e..0000000
--- a/editors/lpe/files/patch-af
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/lpe.c Thu Apr 19 02:16:41 2001
-+++ src/lpe.c Thu Apr 19 03:08:30 2001
-@@ -48,13 +48,17 @@
- {
- buffer *node;
-
-- while (the_buf->next != the_buf)
-+ if (the_buf->text != NULL)
- {
-- node = the_buf->next;
-- the_buf->next = the_buf->next->next;
-- the_buf->next->prev = the_buf;
-- free(node);
-+ while (the_buf->next != the_buf)
-+ {
-+ node = the_buf->next;
-+ the_buf->next = the_buf->next->next;
-+ the_buf->next->prev = the_buf;
-+ free(node);
-+ }
- }
-+
- free(the_buf);
- }
-
OpenPOWER on IntegriCloud