.. half closed range; ... open range; ... variadic syntax

This commit is contained in:
Ginger Bill
2017-07-07 23:42:43 +01:00
parent 45353465a6
commit 4b051a0d3b
19 changed files with 151 additions and 167 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ _alloc_command_line_arguments :: proc() -> []string {
}
}
return string(buf[0..<i]);
return string(buf[..i]);
}
arg_count: i32;