mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 00:38:55 +00:00
parent
b34e2711a7
commit
9c4fcbd050
@ -142,9 +142,7 @@ static bool parse_write_blocks(const char* pstr, wbpart_list_t& wbparts, off_t&
|
||||
std::cerr << "[ERROR] -p option parameter(" << pstr << ") is something wrong." << std::endl;
|
||||
return false;
|
||||
}
|
||||
if(max_size < tmp_part.size){
|
||||
max_size = tmp_part.size;
|
||||
}
|
||||
max_size = std::max(max_size, tmp_part.size);
|
||||
wbparts.push_back(tmp_part);
|
||||
}else{
|
||||
std::cerr << "[ERROR] -p option parameter(" << pstr << ") is something wrong." << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user