| author | |
| committer | |
| log | a0a36bf92e11ec0c2ff5d2a5302c9d4b1b3e1f7b |
| tree | 11992a9d344f42d26861cf280cd44d50253586df |
| parent | 76174e1bcef30f5194fb06f1240ff1433cffa9ef |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io.zig+1-1| ... | ... | @@ -890,7 +890,7 @@ pub const Clock = enum { |
| 890 | 890 | if (t.clock == clock) return t; |
| 891 | 891 | const now_old = t.clock.now(io); |
| 892 | 892 | const now_new = clock.now(io); |
| 893 | const duration = now_old.durationTo(t); | |
| 893 | const duration = now_old.durationTo(t.raw); | |
| 894 | 894 | return .{ |
| 895 | 895 | .clock = clock, |
| 896 | 896 | .raw = now_new.addDuration(duration), |