X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a1aa5032943899145617de8d28165556fb2ff2ae..0ecdc197e9a9a4d2bb6dce395dea152fbc728b6b:/uip/burst.c?ds=sidebyside diff --git a/uip/burst.c b/uip/burst.c index 1f626f35..6316e136 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];