Skip to content

Commit

Permalink
Fix gdi_find_track prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Dec 30, 2024
1 parent 8ebedcb commit b4cf279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_database_cue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit b4cf279

Please sign in to comment.