author | Sam Lantinga <slouken@libsdl.org> |
Mon, 28 Feb 2011 23:50:07 -0800 | |
changeset 5420 | 180640c1ae53 |
parent 5419 | 210b0abe9e44 |
child 5421 | f8588afb6486 |
test/testcursor.c | file | annotate | diff | comparison | revisions |
--- a/test/testcursor.c Mon Feb 28 22:21:32 2011 -0800 +++ b/test/testcursor.c Mon Feb 28 23:50:07 2011 -0800 @@ -137,7 +137,7 @@ } } } - sscanf(arrow[4 + row], "%d,%d", &hot_x, &hot_y); + SDL_sscanf(arrow[4 + row], "%d,%d", &hot_x, &hot_y); return SDL_CreateCursor(data, mask, 32, 32, hot_x, hot_y); }