Explorar o código

Bugfix

* src/sparse.c (sparse_diff_file): Fix return value.
Sergey Poznyakoff %!s(int64=4) %!d(string=hai) anos
pai
achega
615732a804
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;