|
@@ -263,7 +263,7 @@ static SDL_bool HIDAPI_DriverPS4_InitDevice(SDL_HIDAPI_Device *device)
|
|
|
j = -1;
|
|
|
for (i = 0; i < 12; i += 2) {
|
|
|
j += 1;
|
|
|
- SDL_memcpy(&serial[j], &device->serial[i], 2);
|
|
|
+ SDL_memmove(&serial[j], &device->serial[i], 2);
|
|
|
j += 2;
|
|
|
serial[j] = '-';
|
|
|
}
|