From 1d45a57ec7808ef828feb203e89c85949be6f558 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Wed, 16 May 2001 12:20:54 +0000 Subject: #86528# --- connectivity/source/drivers/adabas/BFunctions.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/drivers/adabas/BFunctions.cxx') diff --git a/connectivity/source/drivers/adabas/BFunctions.cxx b/connectivity/source/drivers/adabas/BFunctions.cxx index d4efcceb282a..1483d990cd90 100644 --- a/connectivity/source/drivers/adabas/BFunctions.cxx +++ b/connectivity/source/drivers/adabas/BFunctions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: BFunctions.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-05-16 08:53:35 $ + * last change: $Author: oj $ $Date: 2001-05-16 13:20:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -152,7 +152,7 @@ sal_Bool LoadLibrary_ADABAS(::rtl::OUString &_rPath) { #if ( defined(SOLARIS) && defined(SPARC)) || defined(LINUX) - _rPath = ::rtl::OUString::createFromAscii(pPath); + _rPath = ::rtl::OUString(pPath); _rPath += ::rtl::OUString::createFromAscii("/lib/"); #endif } -- cgit