]> git.marmaro.de Git - mmh/blobdiff - uip/mhparse.c
Fix out-of-bounds error when incorporating email from stdin
[mmh] / uip / mhparse.c
index c2506755663e4e7c498861ad18a5b87c703b8f8f..b860dcfaf1990728c2c2e60a2dc218cad21c4d56 100644 (file)
@@ -251,7 +251,6 @@ get_content(FILE *in, char *file, int toplevel)
        for (compnum = 1, state = FLD2;;) {
                switch (state = m_getfld2(state, &f, in)) {
                case LENERR2:
-                       advise(NULL, "To long field");
                        state = FLD2;
                        /* FALL */
                case FLD2: