diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-11-23 12:25:37 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-11-23 12:25:37 +0000 |
| commit | a77c6b3e55c5857c9c0ba36baae2dbdcd7564cd4 (patch) | |
| tree | b53241533f12e6f9075026a77860a9cc1dd5baa0 /src/timings.cpp | |
| parent | ef8563a818812493c33e34a259189757d0e7612b (diff) | |
Compile as C! Whoop!
Diffstat (limited to 'src/timings.cpp')
| -rw-r--r-- | src/timings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timings.cpp b/src/timings.cpp index f3bbddb5d..a1eecc01a 100644 --- a/src/timings.cpp +++ b/src/timings.cpp @@ -44,7 +44,7 @@ u64 time_stamp__freq(void) { } TimeStamp make_time_stamp(String label) { - TimeStamp ts = {}; + TimeStamp ts = {0}; ts.start = time_stamp_time_now(); ts.label = label; return ts; |