Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed warning on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 1, 2011
1 parent 329c06a commit c8b53bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testcursor.c 100644 → 100755
Expand Up @@ -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);
}

Expand Down

0 comments on commit c8b53bd

Please sign in to comment.