Convert inc and scan from m_getfld() to m_getfld2()
[mmh] / uip / scan.c
index d6a4372..3a83420 100644 (file)
@@ -126,7 +126,6 @@ main(int argc, char **argv)
                        adios(EX_IOERR, file, "unable to open");
                }
 
-               thisisanmbox(in);
                for (msgnum = 1; ; ++msgnum) {
                        state = scan(in, msgnum, SCN_MBOX, fmtstr, width, 0, 0);
                        if (state != SCNMSG)