More line number related changes.
This commit is contained in:
committed by
Oliver Schmidt
parent
93762a2117
commit
05f545e189
@@ -15,6 +15,6 @@
|
||||
void __fastcall__ _afailed (char* file, unsigned line)
|
||||
{
|
||||
raise (SIGABRT);
|
||||
fprintf (stderr, "ASSERTION FAILED IN %s(%u)\n", file, line);
|
||||
fprintf (stderr, "ASSERTION FAILED IN %s:%u\n", file, line);
|
||||
exit (EXIT_ASSERT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user