Patch #984714: Properly diagnose E_DECODE errors.

This commit is contained in:
Martin v. Löwis
2004-07-21 05:34:47 +00:00
parent 6e9eeff50e
commit 7495081c6c

View File

@@ -1482,6 +1482,9 @@ err_input(perrdetail *err)
break;
}
}
if (msg == NULL)
msg = "unknown decode error";
break;
}
default:
fprintf(stderr, "error=%d\n", err->error);