summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:27:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-06-17 12:27:08 +0000
commitfadc96722c5f8e59de07fa80b0e068c0d8d597c8 (patch)
tree5d7181c87a7c0642454080002d7a9e04882a1026 /sal
parent58be4e90bbc9b614a548b55136e77b3dd4b99fa7 (diff)
INTEGRATION: CWS ooo64bit01 (1.4.22); FILE MERGED
2004/03/16 23:54:12 fa 1.4.22.1: Merge cws_srx644_port64bit, other misc fixes
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/process_impl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/osl/unx/process_impl.cxx b/sal/osl/unx/process_impl.cxx
index a6b5644a2013..5e69702e79aa 100644
--- a/sal/osl/unx/process_impl.cxx
+++ b/sal/osl/unx/process_impl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: process_impl.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 13:22:17 $
+ * last change: $Author: rt $ $Date: 2004-06-17 13:27:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -173,7 +173,7 @@ oslProcessError SAL_CALL osl_getExecutableFile(rtl_uString** ppustrFile)
if (p_cmdline != 0)
{
- rtl::OUString cmdline(p_cmdline, strlen(p_cmdline), osl_getThreadTextEncoding());
+ rtl::OUString cmdline(p_cmdline, (sal_Int32)(strlen(p_cmdline)), osl_getThreadTextEncoding());
free(p_cmdline);
@@ -221,7 +221,7 @@ char* osl_impl_getExecutableName(char * buffer, size_t n)
if (p_cmdline != 0)
{
- rtl::OUString cmdline(p_cmdline, strlen(p_cmdline), osl_getThreadTextEncoding());
+ rtl::OUString cmdline(p_cmdline, (sal_Int32)(strlen(p_cmdline)), osl_getThreadTextEncoding());
free(p_cmdline);