mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Merge pull request #8257 from orbea/python3
Silence warning with --enable-python and 32-bit linux.
This commit is contained in:
commit
97ab1ec6e8
@ -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…
x
Reference in New Issue
Block a user