Bug fix: -cut_out deleted previously cut-out pieces of the same file

This commit is contained in:
2009-09-22 14:34:33 +00:00
parent d51356c26f
commit 7e334980f5
3 changed files with 19 additions and 2 deletions

View File

@ -1171,6 +1171,8 @@ int Splitparts_get(struct SplitparT *o, int idx, char **name, int *partno,
int Splitpart__parse(char *name, int *partno, int *total_parts,
off_t *offset, off_t *bytes, off_t *total_bytes, int flag);
int Splitpart__is_part_path(char *path, int flag);
int Splitpart__compose(char *adr, int partno, int total_parts,
off_t offset, off_t bytes, off_t total_bytes, int flag);