diff options
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/updater.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx index 16e847d50df7..7e328a1a68d3 100644 --- a/desktop/source/app/updater.cxx +++ b/desktop/source/app/updater.cxx @@ -154,9 +154,8 @@ char** createCommandLine() } { // the actual update directory - OUString aInstallPath = getPathFromURL(aInstallDir); - Updater::log("Install Dir: " + aInstallPath); - createStr(aInstallPath, pArgs, 2); + Updater::log("Install Dir: " + aInstallDir); + createStr(aInstallDir, pArgs, 2); } { // the temporary updated build |