Mercurial > sdl-ios-xcode
changeset 4161:bd91db0b0b5d SDL-1.2
Corrected documentation for SDL_rwops::read()
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 30 Jan 2009 01:40:44 +0000 |
parents | ef781fa00223 |
children | 3b7fc3416601 |
files | include/SDL_rwops.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_rwops.h Thu Jan 15 22:16:04 2009 +0000 +++ b/include/SDL_rwops.h Fri Jan 30 01:40:44 2009 +0000 @@ -45,7 +45,7 @@ */ int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); - /* Read up to 'num' objects each of size 'objsize' from the data + /* Read up to 'maxnum' objects each of size 'size' from the data source to the area pointed at by 'ptr'. Returns the number of objects read, or -1 if the read failed. */