Index: base/time_win.cc |
diff --git a/base/time_win.cc b/base/time_win.cc |
index d439a1e64d180a19a66002cdf37de9c487856997..9c023b32e0b5546e627c24e007778b4ce1b31105 100644 |
--- a/base/time_win.cc |
+++ b/base/time_win.cc |
@@ -239,7 +239,7 @@ void Time::Explode(bool is_local, Exploded* exploded) const { |
SYSTEMTIME st; |
if (!success || !FileTimeToSystemTime(&ft, &st)) { |
NOTREACHED() << "Unable to convert time, don't know why"; |
- ZeroMemory(exploded, sizeof(exploded)); |
+ ZeroMemory(exploded, sizeof(*exploded)); |
return; |
} |