diff --git a/sc2/src/uqm/commglue.c b/sc2/src/uqm/commglue.c index d6b79ea78..a7b514ccb 100644 --- a/sc2/src/uqm/commglue.c +++ b/sc2/src/uqm/commglue.c @@ -284,7 +284,7 @@ construct_response (UNICODE *buf, int R /* promoted from RESPONSE_REF */, ...) if (name) { len = strlen (name); - strncpy (buf, name, len); + strcpy (buf, name); buf += len; /*