mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 10:11:54 +00:00
Silence warning with --enable-python and 32-bit linux.
Thanks hhromic!
This commit is contained in:
parent
0c790d89dc
commit
0eff833334
@ -314,7 +314,7 @@ py_state_t *py_state_new(const char *script,
|
||||
* isn't standardized across environments.
|
||||
* PyRun_SimpleFile() breaks on Windows because it's
|
||||
* compiled with MSVC. */
|
||||
ssize_t len;
|
||||
int64_t len;
|
||||
char *script_ = NULL;
|
||||
bool ret = filestream_read_file
|
||||
(script, (void**)&script_, &len);
|
||||
|
Loading…
Reference in New Issue
Block a user