fixed -W, working on -r
This commit is contained in:
@ -751,6 +751,7 @@ fileT* find(queueT *q, char *filepath) {
|
||||
|
||||
if (writeFileT(res, (tmp->data)->data, (tmp->data)->size) == -1) {
|
||||
perror("writeFileT res");
|
||||
destroyFile(res);
|
||||
goto _end_find_in_queue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user