summaryrefslogtreecommitdiff
path: root/comms/qpage/files/patch-util.c
blob: fd7e6b7ff33c1b89a9751a240dc3dd112eab3bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;
 	}