Parcourir la source

Bugfix

* src/sparse.c (sparse_diff_file): Fix return value.
Sergey Poznyakoff il y a 4 ans
Parent
commit
615732a804
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/sparse.c

+ 1 - 1
src/sparse.c

@@ -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;