mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 06:28:24 +02:00
Changed 'freesrc' parameter from int to SDL_bool
This commit is contained in:
@@ -666,7 +666,7 @@ void SDL_DestroyRW(SDL_RWops *area)
|
||||
}
|
||||
|
||||
/* Load all the data from an SDL data stream */
|
||||
void *SDL_LoadFile_RW(SDL_RWops *src, size_t *datasize, int freesrc)
|
||||
void *SDL_LoadFile_RW(SDL_RWops *src, size_t *datasize, SDL_bool freesrc)
|
||||
{
|
||||
static const Sint64 FILE_CHUNK_SIZE = 1024;
|
||||
Sint64 size;
|
||||
|
||||
Reference in New Issue
Block a user