summaryrefslogtreecommitdiffstats
path: root/external/breakpad
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-27 04:42:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-27 04:42:22 +0200
commit3f22898c157995eecf5dbd610591d378820cf992 (patch)
treeadf8f596af3a5afd75c9a0b17735d3ae9150a335 /external/breakpad
parentalways compile breakpad with O2 (diff)
downloadcore-3f22898c157995eecf5dbd610591d378820cf992.tar.gz
core-3f22898c157995eecf5dbd610591d378820cf992.zip
I screwed up with the breakpad minidump_stackwalk patch
This does not affect normal LibreOffice and is only important for the server side. Change-Id: I270262ed6e1b22c3ef41099fda19fa386f386203
Diffstat (limited to 'external/breakpad')
-rw-r--r--external/breakpad/breakpad-stackwalk.patch.14
1 files changed, 2 insertions, 2 deletions
diff --git a/external/breakpad/breakpad-stackwalk.patch.1 b/external/breakpad/breakpad-stackwalk.patch.1
index 9a3ce954e8b3..8df1fa3e2f43 100644
--- a/external/breakpad/breakpad-stackwalk.patch.1
+++ b/external/breakpad/breakpad-stackwalk.patch.1
@@ -24,9 +24,9 @@ diff -ur breakpad.org/src/processor/stackwalk_common.cc breakpad/src/processor/s
kOutputSeparator, base_address + module->size() - 1,
kOutputSeparator,
- main_module != NULL && base_address == main_address ? 1 : 0);
-+ main_module != NULL && base_address == main_address ? 1 : 0),
++ main_module != NULL && base_address == main_address ? 1 : 0,
+ kOutputSeparator,
-+ StripSeparator(PathnameStripper::File(module->code_identifier())).c_str();
++ StripSeparator(PathnameStripper::File(module->code_identifier())).c_str());
}
}