}
if (isprint(c)) {
/* overwrite the '%' with the new char, and bump the rest of the
* string down a few characters */
*esc++ = c;
}
if (isprint(c)) {
/* overwrite the '%' with the new char, and bump the rest of the
* string down a few characters */
*esc++ = c;