Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3168
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/3168/1
Fix debug build
Change-Id: I1a4db30f4cc33ee99b48a25db6e6fcd600d00ffd
---
M connectivity/source/drivers/mozab/MDriver.cxx
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/connectivity/source/drivers/mozab/MDriver.cxx
b/connectivity/source/drivers/mozab/MDriver.cxx
index 2830528..e1a4401 100644
--- a/connectivity/source/drivers/mozab/MDriver.cxx
+++ b/connectivity/source/drivers/mozab/MDriver.cxx
@@ -272,7 +272,10 @@
if ( !_rFunction )
{ // did not find the symbol
- OSL_FAIL( ( ::rtl::OString( "lcl_getFunctionFromModuleOrUnload: could not find the
symbol " ) + ::rtl::OString( _pAsciiSymbolName ) ).getStr() );
+ rtl::OUStringBuffer aBuf;
+ aBuf.append( "lcl_getFunctionFromModuleOrUnload: could not find the symbol " );
+ aBuf.append( sSymbolName );
+ OSL_FAIL( aBuf.makeStringAndClear().getStr() );
osl_unloadModule( _rModule );
_rModule = NULL;
}
--
To view, visit https://gerrit.libreoffice.org/3168
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a4db30f4cc33ee99b48a25db6e6fcd600d00ffd
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Fridrich Strba <fridrich@documentfoundation.org>
Context
- [PATCH libreoffice-4-0] Fix debug build · Fridrich Strba (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.