mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Change interval syntax: .. open range, ..< half-closed range
This commit is contained in:
@@ -335,7 +335,7 @@ _alloc_command_line_arguments :: proc() -> []string {
|
||||
}
|
||||
}
|
||||
|
||||
return cast(string)buf[..i];
|
||||
return cast(string)buf[0..<i];
|
||||
}
|
||||
|
||||
arg_count: i32;
|
||||
|
||||
Reference in New Issue
Block a user