From 3c6f5d5eca76a4386301f68d37497fd00a3a2c65 Mon Sep 17 00:00:00 2001 From: Fotis Xenakis Date: Sat, 13 Mar 2021 00:00:08 +0200 Subject: [PATCH] Fix seekable test to provide valid descriptor --- contrib/seekable_format/tests/seekable_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/seekable_format/tests/seekable_tests.c b/contrib/seekable_format/tests/seekable_tests.c index 1d8871c26..a482638b9 100644 --- a/contrib/seekable_format/tests/seekable_tests.c +++ b/contrib/seekable_format/tests/seekable_tests.c @@ -103,7 +103,7 @@ int main(int argc, const char** argv) '\x00', '\x00', '\x00', - ';', + (uint8_t)('\x03'), (uint8_t)('\xb1'), (uint8_t)('\xea'), (uint8_t)('\x92'),