diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-25 00:49:25 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:28 +0200 |
commit | 9bab1f894fa4b76f96bb43e674f164574a8e3ed4 (patch) | |
tree | 230135031a7aa3db0c0f1c6c74c3ce8fff0b3cc8 /desktop | |
parent | 7137102232cea1957339c148a8f04016d8fc7b27 (diff) |
use the path and not the URL string
Change-Id: I045e801a86f656a182bd1c5c42aca29cde694f71
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/updater.cxx | 2 |
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); |