mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
This commit is contained in:
parent
4275dd8f1f
commit
4fb12c4bd3
@ -892,7 +892,7 @@ void config_set_uint64(config_file_t *conf, const char *key, uint64_t val)
|
|||||||
char buf[128];
|
char buf[128];
|
||||||
|
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
snprintf(buf, sizeof(buf), STRING_REP_UINT64, val);
|
snprintf(buf, sizeof(buf), PRIu64, val);
|
||||||
config_set_string(conf, key, buf);
|
config_set_string(conf, key, buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user