diff options
author | San Jacobs | 2025-08-14 18:23:15 +0200 |
---|---|---|
committer | San Jacobs | 2025-08-14 18:23:15 +0200 |
commit | 6aecd424625c4b2bad8a4cf56d06d3c645794341 (patch) | |
tree | 0798999e649f57cd8b6dcb2ffe2f298fda6c457f /time.odin | |
parent | b8d343e0ded8b39eee8a8295675a26c7677ac319 (diff) | |
download | statics-6aecd424625c4b2bad8a4cf56d06d3c645794341.tar.gz statics-6aecd424625c4b2bad8a4cf56d06d3c645794341.tar.bz2 statics-6aecd424625c4b2bad8a4cf56d06d3c645794341.zip |
Diffstat (limited to 'time.odin')
-rw-r--r-- | time.odin | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ new_workday :: proc(previous_wrap : Moment, fmt.println(total_timeblocks) - for block, i in &blocks { + for &block, i in blocks { if i >= total_timeblocks do break //using Weekday |