Kaydet (Commit) 3650eacc authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix previous commits

Change-Id: I91e9f1d0f40dd3dd50b03a27ded2f96c71cd1ffd
üst 9129a4d6
......@@ -61,11 +61,11 @@ OUString getCrashUserProfileDirectory()
rtl::Bootstrap::expandMacros(url);
osl::Directory::create(url);
+#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
+ return url.copy(7);
+#elif defined WNT
+ return url.copy(8);
+#endif
#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
return url.copy(7);
#elif defined WNT
return url.copy(8);
#endif
}
}
......
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