1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

C89_BUILD buildfix

This commit is contained in:
twinaphex 2020-05-22 02:32:36 +02:00
parent 6dcaa04a93
commit ec9efcb4b0

View File

@ -371,9 +371,10 @@ static void cheat_manager_new(unsigned size)
static void cheat_manager_load_cb_first_pass(char *key, char *value)
{
errno = 0;
cheat_manager_t *cheat_st = &cheat_manager_state;
errno = 0;
if (string_is_equal(key, "cheats"))
{
cheat_st->loading_cheat_size = (unsigned)strtoul(value, NULL, 0);