Skip to content

Commit abc75a7

Browse files
authored
Update Scan.xs
1 parent 067b66d commit abc75a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scan.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ typedef struct {
5656
char* type;
5757
int (*get_tags)(PerlIO *infile, char *file, HV *info, HV *tags);
5858
int (*get_fileinfo)(PerlIO *infile, char *file, HV *tags);
59-
int (*find_frame)(PerlIO *infile, char *file, int offset);
59+
off_t (*find_frame)(PerlIO *infile, char *file, int offset);
6060
int (*find_frame_return_info)(PerlIO *infile, char *file, int offset, HV *info);
6161
} taghandler;
6262

0 commit comments

Comments
 (0)