Explorar el Código

Bugfix

* src/sparse.c (sparse_diff_file): Fix return value.
Sergey Poznyakoff hace 4 años
padre
commit
615732a804
Se han modificado 1 ficheros con 1 adiciones y 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;