[Libreoffice-commits] online.git: Branch 'private/hcvcastro/forking' - loolwsd/LOOLBroker.cpp

Henry Castro hcastro at collabora.com
Mon Aug 17 17:27:31 PDT 2015


 loolwsd/LOOLBroker.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8be67f02c444b60bf425a78e8fec79cb469d0016
Author: Henry Castro <hcastro at collabora.com>
Date:   Mon Aug 17 20:26:56 2015 -0400

    loolwsd: add missing slash

diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOLBroker.cpp
index 31577ff..821f11b 100644
--- a/loolwsd/LOOLBroker.cpp
+++ b/loolwsd/LOOLBroker.cpp
@@ -224,7 +224,7 @@ static bool globalPreinit(const std::string &loSubPath)
 {
     void *handle;
 
-    std::string fname = "/" + loSubPath + "/program" LIB_SOFFICEAPP;
+    std::string fname = "/" + loSubPath + "/program/" LIB_SOFFICEAPP;
     handle = dlopen(fname.c_str(), RTLD_GLOBAL|RTLD_NOW);
     if (!handle)
     {


More information about the Libreoffice-commits mailing list