diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-27 04:42:22 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-27 04:42:22 +0200 |
commit | 3f22898c157995eecf5dbd610591d378820cf992 (patch) | |
tree | adf8f596af3a5afd75c9a0b17735d3ae9150a335 /external | |
parent | e54b208df3ee037a21c4d36678c5561c0f4718ae (diff) |
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')
-rw-r--r-- | external/breakpad/breakpad-stackwalk.patch.1 | 4 |
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()); } } |