|
SDL_GUIDToString(guid, guid_str, size);
|
|
SDL_GUIDToString(guid, guid_str, size);
|
|
SDL_memcpy(&actual_prefix, guid_str_buf, 4);
|
|
SDL_memcpy(&actual_prefix, guid_str_buf, 4);
|
|
SDLTest_AssertCheck(expected_prefix == actual_prefix, "String buffer memory before output untouched, expected: %" SDL_PRIu32 ", got: %" SDL_PRIu32 ", at size=%d", expected_prefix, actual_prefix, size);
|
|
SDLTest_AssertCheck(expected_prefix == actual_prefix, "String buffer memory before output untouched, expected: %" SDL_PRIu32 ", got: %" SDL_PRIu32 ", at size=%d", expected_prefix, actual_prefix, size);
|