diff --git a/engine/qclib/pr_edict.c b/engine/qclib/pr_edict.c index 897264a94..707d64a29 100644 --- a/engine/qclib/pr_edict.c +++ b/engine/qclib/pr_edict.c @@ -968,14 +968,13 @@ char *ED_NewString (progfuncs_t *progfuncs, char *string, int minlength) minlength++; l = strlen(string) + 1; - if (l < minlength) - l = minlength; - new = PRAddressableAlloc (progfuncs, l); + + new = PRAddressableAlloc (progfuncs, l