Skip to content

Commit fdf94bc

Browse files
authored
Update ogf.c - 64b return type in _ogf_find_frame was missing
Fix for files > 2GB
1 parent 8b24a2b commit fdf94bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ogf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ ogf_find_frame(PerlIO *infile, char *file, int offset)
455455
return frame_offset;
456456
}
457457

458-
static int
458+
static off_t
459459
_ogf_find_frame(PerlIO *infile, char *file, int offset, HV *info, HV *tags)
460460
{
461461
int frame_offset = -1;

0 commit comments

Comments
 (0)