mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(error): add error codes and fix macro accuracy
This commit is contained in:
parent
0854138653
commit
6397c2fa17
6 changed files with 165 additions and 54 deletions
|
|
@ -24,7 +24,7 @@ int32_t SErrDisplayError(uint32_t errorcode, const char* filename, int32_t linen
|
|||
|
||||
printf("\n=========================================================\n");
|
||||
|
||||
if (linenumber == -5) {
|
||||
if (linenumber == SERR_LINECODE_EXCEPTION) {
|
||||
printf("Exception Raised!\n\n");
|
||||
|
||||
printf(" App: %s\n", "GenericBlizzardApp");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue