Skip to content

Commit 8b24a2b

Browse files
authored
Update Scan.xs - change type to IV of _find_frame
Perl-native 64b; off_t does not apply here (that is only for C code)
1 parent 4619a62 commit 8b24a2b

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
@@ -268,7 +268,7 @@ CODE:
268268
OUTPUT:
269269
RETVAL
270270

271-
off_t
271+
IV
272272
_find_frame( char *dummy, char *suffix, PerlIO *infile, SV *path, int offset )
273273
CODE:
274274
{

0 commit comments

Comments
 (0)