1
0
Эх сурвалжийг харах

Updated name of assert type in test program.

Philipp Wiesemann 10 жил өмнө
parent
commit
5b7ddd534c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      test/testplatform.c

+ 1 - 1
test/testplatform.c

@@ -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,