1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00

(PSL1GHT) Buildfix

This commit is contained in:
libretroadmin 2023-08-20 04:56:19 +02:00
parent a9733ab418
commit d167c4f62e

View File

@ -868,7 +868,7 @@ int retro_vfs_stat_impl(const char *path, int32_t *size)
/* Lowlevel Lv2 */
sysFSStat stat_buf;
if (sysFsStat(path, &buf) < 0)
if (sysFsStat(path, &stat_buf) < 0)
return 0;
if (size)