| author | |
| committer | |
| log | 0509414dfecc1e82ed86b21a1c24aa978c2e810f |
| tree | c373750e58f8c66cf663b958cbf9e8b037c056c6 |
| parent | 4662fd4d92b216708390a2056a201c91773b9bc6 |
introduced in 1999f0daad5051 files changed, 1 insertions(+), 1 deletions(-)
src/main.cpp+1-1| ... | ... | @@ -176,9 +176,9 @@ static int find_zig_lib_dir(Buf *out_path) { |
| 176 | 176 | int err; |
| 177 | 177 | |
| 178 | 178 | Buf self_exe_path = BUF_INIT; |
| 179 | buf_resize(&self_exe_path, 0); | |
| 179 | 180 | if (!(err = os_self_exe_path(&self_exe_path))) { |
| 180 | 181 | Buf *cur_path = &self_exe_path; |
| 181 | buf_resize(cur_path, 0); | |
| 182 | 182 | |
| 183 | 183 | for (;;) { |
| 184 | 184 | Buf *test_dir = buf_alloc(); |