in tools.c for beta8tools.c for beta8
/*
- * $Id: tools.cc,v 1.75 1996/10/19 00:13:24 wessels Exp $
+ * $Id: tools.cc,v 1.76 1996/10/22 03:36:32 wessels Exp $
*
* DEBUG: section 21 Misc Functions
* AUTHOR: Harvest Derived
{
if (message)
fatal_common(message);
- if (!opt_catch_signals)
+ if (opt_catch_signals)
storeWriteCleanLog();
abort();
}
void
_debug_trap(char *message)
{
- if (opt_catch_signals)
+ if (!opt_catch_signals)
fatal_dump(message);
_db_print(0, 0, "WARNING: %s\n", message);
}