mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 04:02:33 +00:00
Fix missing commas in -target-featues string by adding missing i increment.
This commit is contained in:
@@ -1369,6 +1369,7 @@ gb_internal char const *target_features_set_to_cstring(gbAllocator allocator, bo
|
||||
gb_memmove(features + len, feature.text, feature.len);
|
||||
len += feature.len;
|
||||
if (with_quotes) features[len++] = '"';
|
||||
i += 1;
|
||||
}
|
||||
features[len++] = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user