diff options
Diffstat (limited to 'lib/sqfs/blk_proc/pthread.c')
-rw-r--r-- | lib/sqfs/blk_proc/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqfs/blk_proc/pthread.c b/lib/sqfs/blk_proc/pthread.c index 57b61c1..7b95c7c 100644 --- a/lib/sqfs/blk_proc/pthread.c +++ b/lib/sqfs/blk_proc/pthread.c @@ -226,7 +226,7 @@ static int process_done_queue(sqfs_block_processor_t *proc, if (it->flags & SQFS_BLK_IS_FRAGMENT) { block = NULL; - status = handle_fragment(proc, it, &block); + status = process_completed_fragment(proc, it, &block); if (block != NULL && status == 0) { pthread_mutex_lock(&proc->mtx); |