X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffolder_delmsgs.c;h=8e5fd0a2e9401e7bba01e302f3c4ee377eac291e;hp=0ecf382b9ad40eb0113005e7d505a7d77a9f1ec5;hb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c;hpb=d254c5e2ad008f26d5fda43c3f24f0a711c7e851 diff --git a/sbr/folder_delmsgs.c b/sbr/folder_delmsgs.c index 0ecf382..8e5fd0a 100644 --- a/sbr/folder_delmsgs.c +++ b/sbr/folder_delmsgs.c @@ -6,6 +6,7 @@ ** complete copyright information. */ +#include #include #include @@ -51,7 +52,7 @@ folder_delmsgs(struct msgs *mp, int hook) /* Sanity check */ if (mp->numsel != 0) - adios(NULL, "oops, mp->numsel should be 0"); + adios(EX_SOFTWARE, NULL, "oops, mp->numsel should be 0"); /* Mark that the sequence information has changed */ mp->msgflags |= SEQMOD;