mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 01:15:14 +00:00
parent
b7af9edb8a
commit
4a2bfec150
@ -1007,6 +1007,7 @@ int os_self_exe_path(Buf *out_path) {
|
||||
buf_resize(out_path, buf_len(out_path) * 2);
|
||||
continue;
|
||||
}
|
||||
buf_resize(out_path, amt);
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user