mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
chore(error): rename parameter a7 to numFramesToSkip in SErrDisplayError
This commit is contained in:
parent
12ab8f7721
commit
fa25ad9505
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <cstdarg>
|
||||
#include <cstdlib>
|
||||
|
||||
int32_t SErrDisplayError(uint32_t errorcode, const char* filename, int32_t linenumber, const char* description, int32_t recoverable, uint32_t exitcode, uint32_t a7) {
|
||||
int32_t SErrDisplayError(uint32_t errorcode, const char* filename, int32_t linenumber, const char* description, int32_t recoverable, uint32_t exitcode, uint32_t numFramesToSkip) {
|
||||
// TODO
|
||||
|
||||
printf("\n=========================================================\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue