mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
b3909d5c4d
- New MASTER_SITE - New MAINTAINER - Change to USES=tar:Z - Regenerate patches PR: 206321
12 lines
247 B
C
12 lines
247 B
C
--- util.c.orig 1998-10-25 19:55:11 UTC
|
|
+++ util.c
|
|
@@ -537,7 +537,7 @@ msgcpy(char *dst, char *src, int n)
|
|
** Now make sure we didn't chop a word in the middle.
|
|
*/
|
|
if (*src && end) {
|
|
- *end++ = '\0';
|
|
+ *++end = '\0';
|
|
src = start;
|
|
}
|
|
|