m_getfld2: ERR2 means a read error, thus name it IOERR2
[mmh] / uip / mhbuild.c
index b8e9f93..ec5623a 100644 (file)
@@ -385,7 +385,7 @@ build_mime(char *infile)
 
                case LENERR2:
                case FMTERR2:
-               case ERR2:
+               case IOERR2:
                        adios(EX_CONFIG, NULL, "message format error in component #%d",
                                        compnum);