summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-25 00:49:25 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:28 +0200
commit9bab1f894fa4b76f96bb43e674f164574a8e3ed4 (patch)
tree230135031a7aa3db0c0f1c6c74c3ce8fff0b3cc8 /desktop
parentuse consistent method names (diff)
downloadcore-9bab1f894fa4b76f96bb43e674f164574a8e3ed4.tar.gz
core-9bab1f894fa4b76f96bb43e674f164574a8e3ed4.zip
use the path and not the URL string
Change-Id: I045e801a86f656a182bd1c5c42aca29cde694f71
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/updater.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx
index 8c71f3bc2c9c..2b9c68a0d969 100644
--- a/desktop/source/app/updater.cxx
+++ b/desktop/source/app/updater.cxx
@@ -114,7 +114,7 @@ char** createCommandLine()
OUString aPatchDir("${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" SAL_CONFIGFILE("bootstrap") ":UserInstallation}/patch/");
rtl::Bootstrap::expandMacros(aPatchDir);
OUString aTempDirPath = getPathFromURL(aPatchDir);
- createStr(aPatchDir, pArgs, 1);
+ createStr(aTempDirPath, pArgs, 1);
}
{
OUString aInstallPath = getPathFromURL(aLibExecDirURL);