Loading libsparse/sparse_read.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -670,7 +670,7 @@ struct sparse_file* sparse_file_import_auto(int fd, bool crc, bool verbose) { int64_t len; int ret; s = sparse_file_import(fd, verbose, crc); s = sparse_file_import(fd, false, crc); if (s) { return s; } Loading @@ -686,6 +686,9 @@ struct sparse_file* sparse_file_import_auto(int fd, bool crc, bool verbose) { if (!s) { return nullptr; } if (verbose) { sparse_file_verbose(s); } ret = sparse_file_read_normal(s, fd); if (ret < 0) { Loading Loading
libsparse/sparse_read.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -670,7 +670,7 @@ struct sparse_file* sparse_file_import_auto(int fd, bool crc, bool verbose) { int64_t len; int ret; s = sparse_file_import(fd, verbose, crc); s = sparse_file_import(fd, false, crc); if (s) { return s; } Loading @@ -686,6 +686,9 @@ struct sparse_file* sparse_file_import_auto(int fd, bool crc, bool verbose) { if (!s) { return nullptr; } if (verbose) { sparse_file_verbose(s); } ret = sparse_file_read_normal(s, fd); if (ret < 0) { Loading