mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(CTR) Buildfix/ fix typo
This commit is contained in:
parent
29caa95f7e
commit
205b9f862f
@ -339,7 +339,7 @@ static bool ctr_update_state_date_from_file(void *data)
|
||||
|
||||
error:
|
||||
ctr->state_data_exist = false;
|
||||
strlcpy(ctr->state_data, "00/00/0000", sizeof(ctr->state_date));
|
||||
strlcpy(ctr->state_date, "00/00/0000", sizeof(ctr->state_date));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user