mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-04 00:46:25 +00:00
HIDAPI_DumpPacket() takes a const memory pointer
This commit is contained in:
@@ -97,7 +97,7 @@ static SDL_bool initialized = SDL_FALSE;
|
||||
static SDL_bool shutting_down = SDL_FALSE;
|
||||
|
||||
void
|
||||
HIDAPI_DumpPacket(const char *prefix, Uint8 *data, int size)
|
||||
HIDAPI_DumpPacket(const char *prefix, const Uint8 *data, int size)
|
||||
{
|
||||
int i;
|
||||
char *buffer;
|
||||
|
Reference in New Issue
Block a user