mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 17:39:28 +02:00
Attempt to lighten up on the use of "fatal" referring to errors
that are not fatal to the program, the circuit, and sometimes not even errors.
This commit is contained in:
+2
-2
@@ -377,7 +377,7 @@ extArrayProcess(ha, primary)
|
||||
DBWFeedbackAdd(primary,
|
||||
"System error: expected array element but none found",
|
||||
ha->ha_parentUse->cu_def, 1, STYLE_MEDIUMHIGHLIGHTS);
|
||||
extNumFatal++;
|
||||
extNumErrors++;
|
||||
return;
|
||||
}
|
||||
if (SigInterruptPending) goto done;
|
||||
@@ -802,7 +802,7 @@ extArrayTileToNode(tp, pNum, et, ha, doHard)
|
||||
|
||||
/* Blew it */
|
||||
if (!doHard) return ((char *) NULL);
|
||||
extNumFatal++;
|
||||
extNumErrors++;
|
||||
TiToRect(tp, &r);
|
||||
if (!DebugIsSet(extDebugID, extDebNoFeedback))
|
||||
DBWFeedbackAdd(&r, errorStr, ha->ha_parentUse->cu_def, 1,
|
||||
|
||||
Reference in New Issue
Block a user