rd_object() with exception is fatal error
This commit is contained in:
parent
69f6ee6a9d
commit
05870115fc
|
@ -426,6 +426,7 @@ rd_object(fp)
|
|||
{
|
||||
RFILE rf;
|
||||
if (err_occurred()) {
|
||||
fatal("XXX rd_object called with exception set"); /* tmp */
|
||||
fprintf(stderr, "XXX rd_object called with exception set\n");
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue