m_getfld2: ERR2 means a read error, thus name it IOERR2
[mmh] / uip / pick.c
index a5e658d..993527b 100644 (file)
@@ -1262,7 +1262,7 @@ plist
 
                case LENERR2:
                case FMTERR2:
-               case ERR2:
+               case IOERR2:
                        advise(NULL, "format error in message %d", msgnum);
                        /* FALL */