mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix gamecube scanning
This commit is contained in:
parent
2ddba6770d
commit
bd17c11350
@ -1031,7 +1031,7 @@ static int task_database_iterate_serial_lookup(
|
||||
{
|
||||
char query[50];
|
||||
char *serial_buf =
|
||||
bin_to_hex_alloc((uint8_t*)db_state->serial, 10 * sizeof(uint8_t));
|
||||
bin_to_hex_alloc((uint8_t*)db_state->serial, strlen(db_state->serial) * sizeof(uint8_t));
|
||||
|
||||
if (!serial_buf)
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user