[Libreoffice-commits] .: extensions/source
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Mar 16 13:45:43 PDT 2012
extensions/source/update/check/updatecheck.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d943c6ba374481b1f9a6561b790b0b0410b78b0e
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Mar 16 21:28:42 2012 +0100
logical || -> binary |
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 54f9b4c..88f7234 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
More information about the Libreoffice-commits
mailing list