mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +00:00
Fix gdi_find_track prototype
This commit is contained in:
parent
8ebedcb6bd
commit
b4cf279b80
@ -1268,7 +1268,7 @@ bool cue_next_file(intfstream_t *fd,
|
||||
return false;
|
||||
}
|
||||
|
||||
int gdi_find_track(const char *gdi_path, bool first, char *s, uint64_t len)
|
||||
int gdi_find_track(const char *gdi_path, bool first, char *s, size_t len)
|
||||
{
|
||||
intfstream_info_t info;
|
||||
char tmp_token[MAX_TOKEN_LEN];
|
||||
|
Loading…
x
Reference in New Issue
Block a user