reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 26bd658d07ae64bbf2524dd53652c1e21d525c1e
parent 4c4f63ef1b753e80117cedbf7c2742b64c69e644
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Fri, 22 Dec 2017 14:24:06 -0500

(woops, fix bad indentation)

Diffstat:
Msrc/archive_tasks.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/archive_tasks.cpp b/src/archive_tasks.cpp @@ -82,8 +82,8 @@ bool ExportTask::start() // thread at the same time. for(FileCompressor *job : jobs) { job->onFinish([=] { - if(job->state() == ThreadTask::Success) - tx()->receipt()->addExport(job->path()); + if(job->state() == ThreadTask::Success) + tx()->receipt()->addExport(job->path()); }); tx()->threadPool()->push(job);