[Libreoffice-commits] core.git: Branch 'feature/mar-updater' - desktop/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Fri May 5 07:54:36 UTC 2017
desktop/source/app/updater.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fdbd80fff95fe6ee73b3a910b306eb5c2724321e
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri May 5 09:52:53 2017 +0200
remove double '/' in update download URL
Change-Id: I4dc4c1407d82b10adf8ad677ce192d1bd30aeaa2
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx
index b57b3d1879ba..5d60916ec700 100644
--- a/desktop/source/app/updater.cxx
+++ b/desktop/source/app/updater.cxx
@@ -607,7 +607,7 @@ void update_checker()
OUString aChannel = officecfg::Office::Update::Update::UpdateChannel::get();
OUString aDownloadCheckURL = aDownloadCheckBaseURL + "update/check/1/" + aProductName +
- "/" + aBuildID + "/" + aBuildTarget + "/" + "/" + aChannel;
+ "/" + aBuildID + "/" + aBuildTarget + "/" + aChannel;
OString aURL = OUStringToOString(aDownloadCheckURL, RTL_TEXTENCODING_UTF8);
Updater::log("Update check: " + aURL);
More information about the Libreoffice-commits
mailing list