fix linux implementation of self exe path

closes #894
This commit is contained in:
Andrew Kelley 2018-04-15 12:57:45 -04:00
parent b7af9edb8a
commit 4a2bfec150

View File

@ -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