X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/565e35da7e88fd40818a66a6587c3d1a6b685366..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/uip/burst.c?ds=sidebyside diff --git a/uip/burst.c b/uip/burst.c index 14293536..49dad2d1 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -189,7 +189,7 @@ main (int argc, char **argv) } } - free ((char *) smsgs); + free(smsgs); context_replace (pfolder, folder); /* update current folder */ /* @@ -242,7 +242,7 @@ find_delim (int msgnum, struct smsg *smsgs, int *mimesw) content = parse_mime(msgnam); if (! content && *mimesw == 2) return 0; - else if (content) { + if (content) { smsgs[0].s_start = 0; smsgs[0].s_stop = content->c_begin - 1; msgp = 1;