[Libreoffice-commits] .: ucb/source

Tor Lillqvist tml at kemper.freedesktop.org
Thu Sep 15 11:24:41 PDT 2011


 ucb/source/ucp/odma/odma_lib.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d64f8ac5df2ba48c4e13b5c1408a02aa37e3c75
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Sep 15 21:20:13 2011 +0300

    I forgot the directory separator

diff --git a/ucb/source/ucp/odma/odma_lib.cxx b/ucb/source/ucp/odma/odma_lib.cxx
index a7f3170..2272b23 100644
--- a/ucb/source/ucp/odma/odma_lib.cxx
+++ b/ucb/source/ucp/odma/odma_lib.cxx
@@ -90,7 +90,7 @@ namespace odma
         if (n == 0)
             return sal_False;
 
-        sPath = ::rtl::OUString( system32, n ) + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ODMA32.DLL"));
+        sPath = ::rtl::OUString( system32, n ) + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("\\ODMA32.DLL"));
 
     #endif
     #ifdef UNX


More information about the Libreoffice-commits mailing list