Merge "crash_reporter: Fix a -Wmissing-field-initializers warning."

This commit is contained in:
James Hawkins 2016-02-26 23:35:26 +00:00 committed by Gerrit Code Review
commit 2913fa1908

View file

@ -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;