[Libreoffice-commits] core.git: desktop/source

Markus Mohrhard markus.mohrhard at googlemail.com
Thu May 19 00:24:27 UTC 2016


 desktop/source/app/crashreport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c82eaeee06089c323d40695b722f4ee9432f2db
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Apr 12 06:51:20 2016 +0200

    somewhere I lost the filename
    
    Change-Id: Id806b0a9824c8f65dd8afa06bbbb93af60e24c57
    Reviewed-on: https://gerrit.libreoffice.org/24028
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index 219d8dd..06e3c99 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -83,7 +83,7 @@ void CrashReporter::storeExceptionHandler(google_breakpad::ExceptionHandler* pEx
 
 std::string CrashReporter::getIniFileName()
 {
-    OUString url = getCrashUserProfileDirectory();
+    OUString url = getCrashUserProfileDirectory() + "dump.ini";
     OString aUrl = OUStringToOString(url, RTL_TEXTENCODING_UTF8);
     std::string aRet(aUrl.getStr());
     return aRet;


More information about the Libreoffice-commits mailing list