author | Sam Lantinga |
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 |
1.1 --- a/test/testcursor.c Mon Feb 28 22:21:32 2011 -0800 1.2 +++ b/test/testcursor.c Mon Feb 28 23:50:07 2011 -0800 1.3 @@ -137,7 +137,7 @@ 1.4 } 1.5 } 1.6 } 1.7 - sscanf(arrow[4 + row], "%d,%d", &hot_x, &hot_y); 1.8 + SDL_sscanf(arrow[4 + row], "%d,%d", &hot_x, &hot_y); 1.9 return SDL_CreateCursor(data, mask, 32, 32, hot_x, hot_y); 1.10 } 1.11