X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=fc2f7111773fb3f4519a8b253c1ec439553bf8f6;hp=ec507086950143c48043ed78862dcebd9ff5af5e;hb=246ca516a0f7b870316116bc184347b0fb2bc00b;hpb=552fd7253e5ee9e554c5c7a8248a6322aa4363bb diff --git a/uip/burst.c b/uip/burst.c index ec50708..fc2f711 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -363,13 +363,13 @@ burst(struct msgs **mpp, int msgnum, struct smsg *smsgs, int numburst, if (rename(f1, f3) == NOTOK) admonish(f3, "unable to rename %s to", f1); - (void)snprintf(f3, sizeof (f3), "%s/%d", maildir, i); + snprintf(f3, sizeof (f3), "%s/%d", maildir, i); ext_hook("del-hook", f3, (char *)0); } if (rename(f2, f1) == NOTOK) admonish(f1, "unable to rename %s to", f2); - (void)snprintf(f3, sizeof (f3), "%s/%d", maildir, i); + snprintf(f3, sizeof (f3), "%s/%d", maildir, i); ext_hook("add-hook", f3, (char *)0); copy_msg_flags(mp, i, msgnum);