summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-15 21:20:13 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-15 21:20:13 +0300
commit7d64f8ac5df2ba48c4e13b5c1408a02aa37e3c75 (patch)
treefffda1ec58cf11a22863fa6ec270e801cbe340e4 /ucb
parent289eaef6869a7c63c805f56aff387a216f0c4e83 (diff)
I forgot the directory separator
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/odma/odma_lib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/odma/odma_lib.cxx b/ucb/source/ucp/odma/odma_lib.cxx
index a7f31701979e..2272b23359fe 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