m_getfld2: ERR2 means a read error, thus name it IOERR2
[mmh] / uip / slocal.c
index 5760a83..c3b45e8 100644 (file)
@@ -795,7 +795,7 @@ parse(int fd)
 
                case LENERR2:
                case FMTERR2:
-               case ERR2:
+               case IOERR2:
                        advise(NULL, "format error in message");
                        break;