From aa3e5561665e6ef0e4082c63bed9664340460d1b Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sat, 27 Apr 2024 18:18:42 +0200 Subject: Prepped for newer odin version --- src/time.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/time.odin') diff --git a/src/time.odin b/src/time.odin index ac1626e..5ab879f 100644 --- a/src/time.odin +++ b/src/time.odin @@ -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 -- cgit v1.2.1