Merge "crash_reporter: Fix a -Wmissing-field-initializers warning."
This commit is contained in:
commit
2913fa1908
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ TEST_F(CrashCollectorTest, Sanitize) {
|
|||
}
|
||||
|
||||
TEST_F(CrashCollectorTest, FormatDumpBasename) {
|
||||
struct tm tm = {0};
|
||||
struct tm tm = {};
|
||||
tm.tm_sec = 15;
|
||||
tm.tm_min = 50;
|
||||
tm.tm_hour = 13;
|
||||
|
|
Loading…
Reference in a new issue