m_getfld2: ERR2 means a read error, thus name it IOERR2
[mmh] / uip / spost.c
index 6282e75..04479a1 100644 (file)
@@ -253,7 +253,7 @@ main(int argc, char **argv)
 
                case LENERR2:
                case FMTERR2:
-               case ERR2:
+               case IOERR2:
                        adios(EX_DATAERR, NULL, "message format error in component #%d",
                                        compnum);