From 51021023fc9d02b4f36b16142efa1f364003cb36 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Fri, 18 Oct 2024 15:56:33 +0200 Subject: [PATCH] same bug --- downloadfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloadfile.cpp b/downloadfile.cpp index 951f131..25cdc3b 100644 --- a/downloadfile.cpp +++ b/downloadfile.cpp @@ -74,7 +74,7 @@ void MainWindow::download() param << "--port" << QString::number(this->downloading.port).trimmed(); param << "-aXP"; - param << "\"[" + server + "]::" + this->downloading.service.trimmed() + "/" + preparePath(this->downloading.path) << preparePath(this->downloading.savePath) + "/"; + param << "[" + server + "]::" + this->downloading.service.trimmed() + "/" + preparePath(this->downloading.path) << preparePath(this->downloading.savePath) + "/"; info(DEBUGMACRO, cmd + " " + param.join(" "));