summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-16 21:28:42 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-16 21:28:42 +0100
commitd943c6ba374481b1f9a6561b790b0b0410b78b0e (patch)
tree777ea2b49bc7291e97b86849f5c248defb75b357 /extensions
parent43a56ce0cbed9187658340d0d4fbfa76c2c83d1b (diff)
logical || -> binary |
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 54f9b4cfac38..88f7234991a3 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -160,7 +160,7 @@ rtl::OUString getImageFromFileName(const rtl::OUString& aFile)
oslProcessError rc = osl_executeProcess_WithRedirectedIO(
aUnpackPath.pData, // [in] Image name
&aSystemPath.pData, 1, // [in] Arguments
- osl_Process_WAIT || osl_Process_NORMAL, // [in] Options
+ osl_Process_WAIT | osl_Process_NORMAL, // [in] Options
NULL, // [in] Security
NULL, // [in] Working directory
NULL, 0, // [in] Environment variables