mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-17 20:34:28 +01:00
Updated name of assert type in test program.
This commit is contained in:
parent
809b7be27f
commit
5b7ddd534c
@ -167,7 +167,7 @@ TestAssertions(SDL_bool verbose)
|
||||
#endif
|
||||
|
||||
{
|
||||
const SDL_assert_data *item = SDL_GetAssertionReport();
|
||||
const SDL_AssertData *item = SDL_GetAssertionReport();
|
||||
while (item) {
|
||||
SDL_Log("'%s', %s (%s:%d), triggered %u times, always ignore: %s.\n",
|
||||
item->condition, item->function, item->filename,
|
||||
|
Loading…
Reference in New Issue
Block a user