X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpick.c;fp=uip%2Fpick.c;h=049be8a7610feced62061e417385ce3c9368a3dc;hp=aba0c028d6a3422a45c6cb8821c799ef30c30e87;hb=1a1646dc54cace9984b36a1c12e1831d51fa89f1;hpb=76e95977668d89054ced87fc7d379464713e2ee9 diff --git a/uip/pick.c b/uip/pick.c index aba0c02..049be8a 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -1366,7 +1366,7 @@ createonethread(char *c) bd->left = left; bd->right = right; - gd->header = "message-id"; + gd->header = mh_xstrdup("message-id"); snprintf(buf, sizeof(buf), "^[ \t]*<%s>", c); if(!gcompile(gd, buf)) { @@ -1375,7 +1375,7 @@ createonethread(char *c) } gd = right->data; - gd->header = "references"; + gd->header = mh_xstrdup("references"); snprintf(buf, sizeof(buf), "^[ \t]*<%s>", c); if(!gcompile(gd, buf)) {