mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 19:19:41 +08:00
remove stale / wrong information from SDL_RWread() documentation
This commit is contained in:
@@ -437,10 +437,6 @@ extern DECLSPEC Sint64 SDLCALL SDL_RWtell(SDL_RWops *context);
|
|||||||
* SDL_RWread() is actually a function wrapper that calls the SDL_RWops's
|
* SDL_RWread() is actually a function wrapper that calls the SDL_RWops's
|
||||||
* `read` method appropriately, to simplify application development.
|
* `read` method appropriately, to simplify application development.
|
||||||
*
|
*
|
||||||
* It is an error to specify a negative `size`, but this parameter is signed
|
|
||||||
* so you definitely cannot overflow the return value on a successful run with
|
|
||||||
* enormous amounts of data.
|
|
||||||
*
|
|
||||||
* \param context a pointer to an SDL_RWops structure
|
* \param context a pointer to an SDL_RWops structure
|
||||||
* \param ptr a pointer to a buffer to read data into
|
* \param ptr a pointer to a buffer to read data into
|
||||||
* \param size the number of bytes to read from the data source.
|
* \param size the number of bytes to read from the data source.
|
||||||
|
|||||||
Reference in New Issue
Block a user