Kaydet (Commit) 7d64f8ac authored tarafından Tor Lillqvist's avatar Tor Lillqvist

I forgot the directory separator

üst 289eaef6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment