* src/sparse.c (sparse_diff_file): Fix return value.
This commit is contained in:
Sergey Poznyakoff
2020-06-03 09:31:41 +03:00
parent dd1a6bd37a
commit 615732a804

View File

@@ -702,7 +702,7 @@ sparse_diff_file (int fd, struct tar_stat_info *st)
off_t offset = 0;
if (!tar_sparse_init (&file))
return dump_status_not_implemented;
return false;
file.stat_info = st;
file.fd = fd;