mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-20 02:50:57 +00:00
Fix minor errors for *nix
This commit is contained in:
@@ -3613,7 +3613,7 @@ String ir_mangle_name(irGen *s, String path, Entity *e) {
|
||||
cast(char *)new_name, max_len,
|
||||
"%.*s-%u.%.*s",
|
||||
cast(int)base_len, base,
|
||||
file->id,
|
||||
cast(u32)file->id,
|
||||
LIT(name));
|
||||
}
|
||||
if (require_suffix_id) {
|
||||
|
||||
Reference in New Issue
Block a user