Skip to content

Commit 3a4eac1

Browse files
authored
Stop using deprecated aws_off_t (#322)
1 parent fa1692a commit 3a4eac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/h2_test_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ struct aws_input_stream_tester {
666666

667667
static int s_aws_input_stream_tester_seek(
668668
struct aws_input_stream *stream,
669-
aws_off_t offset,
669+
int64_t offset,
670670
enum aws_stream_seek_basis basis) {
671671

672672
struct aws_input_stream_tester *impl = stream->impl;

0 commit comments

Comments
 (0)