summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mh/mh_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh_ctx.c b/mh/mh_ctx.c
index f30f524c9..d5c989690 100644
--- a/mh/mh_ctx.c
+++ b/mh/mh_ctx.c
@@ -116,7 +116,7 @@ mh_context_read (mh_context_t *ctx)
if (!*q || *q == '#')
continue;
- while (*q)
+ for (q = buf; *q;)
*p++ = *q++;
}
fclose (fp);

Return to:

Send suggestions and report system problems to the System administrator.