mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-19 16:59:50 +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…
Reference in New Issue
Block a user