reapack

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

commit feac9a26ef6b432ac374775d2e8ab4311ede35c2
parent d0b026fcfdfd83474e124fee2ec94111a6a933e7
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Mon,  6 Feb 2017 16:28:57 -0500

task: fix cancelled downloads being considered as sucessful installation

Diffstat:
Msrc/task.cpp | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/task.cpp b/src/task.cpp @@ -73,9 +73,6 @@ bool InstallTask::start() void InstallTask::saveSource(Download *dl, const Source *src) { - if(dl->state() == Download::Aborted) - return; - const Path &targetPath = src->targetPath(); Path tmpPath(targetPath);