mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Set msg[127] = 0
This commit is contained in:
parent
54448f3688
commit
a4b90bcede
@ -53,7 +53,7 @@ static int task_database_iterate_start(database_info_handle_t *db,
|
||||
{
|
||||
char msg[128];
|
||||
|
||||
msg[0] = '\0';
|
||||
msg[0] = msg[127] = '\0';
|
||||
|
||||
snprintf(msg, sizeof(msg),
|
||||
STRING_REP_ULONG "/" STRING_REP_ULONG ": %s %s...\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user