*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
- sprintf (cp, "%s=%s", name, value);
+ cp = concat(name, "=", value, NULL);
for (ep = environ, i = 0; *ep; ep++, i++)
if (nvmatch (name, *ep)) {
for (ep = environ, i = 0; *ep; ep++, i++)
if (nvmatch (name, *ep)) {