summaryrefslogtreecommitdiff
path: root/comms/qpage/files/patch-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qpage/files/patch-util.c')
-rw-r--r--comms/qpage/files/patch-util.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/qpage/files/patch-util.c b/comms/qpage/files/patch-util.c
deleted file mode 100644
index fd7e6b7ff33c..000000000000
--- a/comms/qpage/files/patch-util.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- util.c.orig Sun Oct 25 20:55:11 1998
-+++ util.c Thu Oct 28 23:58:37 2004
-@@ -537,7 +537,7 @@
- ** Now make sure we didn't chop a word in the middle.
- */
- if (*src && end) {
-- *end++ = '\0';
-+ *++end = '\0';
- src = start;
- }
-