]>
diplodocus.org Git - nmh/blobdiff - uip/mhlist.c
{
bool sizesw = true;
bool headsw = true;
- int chgflag = 1;
+ bool chgflag = true;
bool verbosw = false;
bool dispo = false;
int msgnum, *icachesw;
continue;
case CHGSW:
- chgflag++;
+ chgflag = true;
continue;
case NCHGSW:
- chgflag = 0;
+ chgflag = false;
continue;
case VERBSW: