X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0c6ca11759d7edc122e7f1ac4f95444b81c161b2..8fd34425a97a7f50a8fc3514cb32d71400e2a4bb:/uip/show.c diff --git a/uip/show.c b/uip/show.c index a3970d86..b7f85fe1 100644 --- a/uip/show.c +++ b/uip/show.c @@ -447,7 +447,7 @@ invalid: if (*dp) { if ((result = !uprf (dp, "charset"))) goto out; - dp += sizeof("charset") - 1; + dp += LEN("charset"); while (isspace ((unsigned char) *dp)) dp++; if (*dp++ != '=')