X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9a5dd65757f6dfc85b597ed93aacc6b73b99d4a2..6e50e1df759610bcdd9ffbb26ae405f2289288b9:/uip/mhparse.c diff --git a/uip/mhparse.c b/uip/mhparse.c index 6f8ebaf1..1193d564 100644 --- a/uip/mhparse.c +++ b/uip/mhparse.c @@ -4334,7 +4334,7 @@ char *get_param_value(PM pm, char replace) } if (utf8) { for (++p, --inbytes; - inbytes > 0 && (((unsigned char) *q) & 0xc0) == 0x80; + inbytes > 0 && (((unsigned char) *p) & 0xc0) == 0x80; ++p, --inbytes) continue; } else {