X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffolder_pack.c;h=cd588e4c9e349d41ff9aed2e37609a2d768216d0;hb=8758071f649ab5b469ca183a8c011d44e41951e2;hp=5280e30a393be943a90110bb578a5c7af3362763;hpb=714b5c530ece27ea2835a313013f5b770163403c;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 */