mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Update SDL_asyncio.c
This commit is contained in:

committed by
Sam Lantinga

parent
1c04ebe423
commit
0be5b8070d
@@ -205,6 +205,7 @@ static bool GetAsyncIOTaskOutcome(SDL_AsyncIOTask *task, SDL_AsyncIOOutcome *out
|
||||
SDL_zerop(outcome);
|
||||
outcome->asyncio = asyncio->oneshot ? NULL : asyncio;
|
||||
outcome->result = task->result;
|
||||
outcome->type = task->type;
|
||||
outcome->buffer = task->buffer;
|
||||
outcome->offset = task->offset;
|
||||
outcome->bytes_requested = task->requested_size;
|
||||
|
Reference in New Issue
Block a user