diff --git a/test/testcursor.c b/test/testcursor.c old mode 100644 new mode 100755 index 463dac9b6..08acd575e --- a/test/testcursor.c +++ b/test/testcursor.c @@ -137,7 +137,7 @@ create_arrow_cursor() } } } - 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); }