mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Warning fix
This commit is contained in:
parent
cd9ea1f44b
commit
aba17fdc92
@ -439,7 +439,7 @@ char *intfstream_gets(intfstream_internal_t *intf,
|
|||||||
#endif
|
#endif
|
||||||
case INTFSTREAM_RZIP:
|
case INTFSTREAM_RZIP:
|
||||||
#if defined(HAVE_ZLIB)
|
#if defined(HAVE_ZLIB)
|
||||||
return rzipstream_gets(intf->rzip.fp, buffer, len);
|
return rzipstream_gets(intf->rzip.fp, buffer, (size_t)len);
|
||||||
#else
|
#else
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user