mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(libretrodb.c) Change 'int' to 'long'
This commit is contained in:
parent
b7a480afec
commit
0088ea42d7
@ -28,7 +28,7 @@ struct node_iter_ctx
|
||||
|
||||
static struct rmsgpack_dom_value sentinal;
|
||||
|
||||
static inline off_t flseek(FILE *fp, int offset, int whence)
|
||||
static inline off_t flseek(FILE *fp, long offset, int whence)
|
||||
{
|
||||
fseek(fp, offset, whence);
|
||||
return ftell(fp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user