X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=sbr%2Ffolder_pack.c;fp=sbr%2Ffolder_pack.c;h=cd588e4c9e349d41ff9aed2e37609a2d768216d0;hb=246ca516a0f7b870316116bc184347b0fb2bc00b;hp=5280e30a393be943a90110bb578a5c7af3362763;hpb=552fd7253e5ee9e554c5c7a8248a6322aa4363bb;p=mmh diff --git a/sbr/folder_pack.c b/sbr/folder_pack.c index 5280e30..cd588e4 100644 --- a/sbr/folder_pack.c +++ b/sbr/folder_pack.c @@ -57,8 +57,10 @@ folder_pack(struct msgs **mpp, int verbose) ** old message file is around for the hook. */ - (void)snprintf(oldmsg, sizeof (oldmsg), "%s/%d", mp->foldpath, msgnum); - (void)snprintf(newmsg, sizeof (newmsg), "%s/%d", mp->foldpath, hole); + snprintf(oldmsg, sizeof (oldmsg), "%s/%d", + mp->foldpath, msgnum); + snprintf(newmsg, sizeof (newmsg), "%s/%d", + mp->foldpath, hole); ext_hook("ref-hook", oldmsg, newmsg); /* move the message file */