mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 14:38:24 +02:00
Fix stdlib usage
This commit is contained in:
committed by
Anonymous Maarten
parent
80da805688
commit
76f28ea120
@@ -300,7 +300,7 @@
|
||||
". [SDL] In performDragOperation, desiredType '%s', "
|
||||
"Submitting DropText as (%lu) '%s'\n",
|
||||
[[desiredType description] UTF8String],
|
||||
strlen(token), token);
|
||||
SDL_strlen(token), token);
|
||||
if (!SDL_SendDropText(sdlwindow, token)) {
|
||||
SDL_free(buffer);
|
||||
return NO;
|
||||
|
||||
Reference in New Issue
Block a user