aboutsummaryrefslogtreecommitdiff
path: root/lib/tar/test/tar_iterator2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tar/test/tar_iterator2.c')
-rw-r--r--lib/tar/test/tar_iterator2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tar/test/tar_iterator2.c b/lib/tar/test/tar_iterator2.c
index 681835d..7b22af3 100644
--- a/lib/tar/test/tar_iterator2.c
+++ b/lib/tar/test/tar_iterator2.c
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
0);
TEST_EQUAL_I(iret, 0);
TEST_NOT_NULL(fp);
- it = tar_open_stream(fp);
+ it = tar_open_stream(fp, NULL);
TEST_NOT_NULL(it);
sqfs_drop(fp);