width = INT_MAX;
}
dat[3] = slwidth = width;
- *scanl = charstring_create (width < NMH_BUFSIZ ? width : NMH_BUFSIZ);
+ *scanl = charstring_create (min(width, NMH_BUFSIZ));
if (outnum)
umask(~m_gmprot());
state = BODY;
goto body;
}
- /* FALLTHRU */
+ goto finished;
case FILEEOF:
goto finished;
/* The following two functions allow access to the global gstate above. */
void
-scan_finished () {
+scan_finished(void) {
m_getfld_state_destroy (&gstate);
}