Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2913fa19 authored by James Hawkins's avatar James Hawkins Committed by Gerrit Code Review
Browse files

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

parents ac06dcd2 69bd21f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;