mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-01 20:24:40 +01:00
minidump_dump: fix up init paths
Fix some build & test failures in the previous minidump_dump code. BUG=chromium:598947 Change-Id: Ia8fce453265167368de96747a8a92af930e78245 Reviewed-on: https://chromium-review.googlesource.com/458881 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
e1b3620ec7
commit
7a8374fc4c
2 changed files with 5 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ using google_breakpad::MinidumpBreakpadInfo;
|
|||
|
||||
struct Options {
|
||||
Options()
|
||||
: minidumpPath(), hexdump(false), hexdump_width(hexdump_width) {}
|
||||
: minidumpPath(), hexdump(false), hexdump_width(16) {}
|
||||
|
||||
string minidumpPath;
|
||||
bool hexdump;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue