X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fburst.c;h=6316e136ab638d5bd12e46fcb37193441a0f37bf;hb=2667af48dccbcb9e25709dea50451dd58d40aeae;hp=1f626f358e5c4443674307254e2fc55f304d717b;hpb=a1aa5032943899145617de8d28165556fb2ff2ae;p=mmh diff --git a/uip/burst.c b/uip/burst.c index 1f626f3..6316e13 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -86,10 +86,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case INPLSW: inplace++; @@ -208,7 +208,7 @@ main (int argc, char **argv) static int find_delim (int msgnum, struct smsg *smsgs) { - int wasdlm, msgp; + int wasdlm = 0, msgp; off_t pos; char c, *msgnam; char buffer[BUFSIZ];