summaryrefslogtreecommitdiff
path: root/sal/osl/os2/module.c
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-09-10 22:44:47 +0000
committerKurt Zenker <kz@openoffice.org>2009-09-10 22:44:47 +0000
commitfb3a06e782f6fbbcad2a840ba8adf012dd8e2245 (patch)
tree3246eba9ebcdd2690e24d9dcfa85749c7b2014aa /sal/osl/os2/module.c
parentfd41a34aef5811de737f55f72ab477d83cd6f7be (diff)
CWS-TOOLING: integrate CWS os2port06dev300
2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree.
Diffstat (limited to 'sal/osl/os2/module.c')
-rw-r--r--sal/osl/os2/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/os2/module.c b/sal/osl/os2/module.c
index dfc188765..f6aabbfba 100644
--- a/sal/osl/os2/module.c
+++ b/sal/osl/os2/module.c
@@ -109,7 +109,7 @@ oslModule SAL_CALL osl_loadModule(rtl_uString *ustrModuleName, sal_Int32 nRtldMo
pModule = (oslModule)hModule;
else
{
- sal_Char szError[ 120 ];
+ sal_Char szError[ PATH_MAX*2 ];
sprintf( szError, "Module: %s; rc: %d;\nReason: %s;\n"
"Please contact technical support and report above informations.\n\n",
buffer, rc, szErrorMessage );