mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
C89_BUILD buildfix
This commit is contained in:
parent
6dcaa04a93
commit
ec9efcb4b0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user