X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6b6e5f94f81e56e9e9e1cf26ea596c01ed403555..4fb142af4ad2ca73d141cc04af24e7c1b62f8a77:/uip/mhstore.c diff --git a/uip/mhstore.c b/uip/mhstore.c index 6f2fdd39..66ad91e9 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -63,7 +63,8 @@ static void pipeser (int); int main (int argc, char **argv) { - int msgnum, *icachesw, autosw = 0; + int msgnum, *icachesw; + bool autosw = false; /* verbosw defaults to 1 for backward compatibility. */ bool verbosw = true; const char *clobbersw = "always"; @@ -107,10 +108,10 @@ main (int argc, char **argv) done (0); case AUTOSW: - autosw++; + autosw = true; continue; case NAUTOSW: - autosw = 0; + autosw = false; continue; case RCACHESW: