restore relative path comment

This commit is contained in:
Jōshin 2023-12-18 16:16:24 -05:00
parent aa0d0808c6
commit a66ccdcf5d
No known key found for this signature in database

View file

@ -154,6 +154,7 @@ static inline void InitProgramExecutableNameImpl(void) {
if (*__program_executable_name == '/') {
return;
}
// loader passed us a relative path; prepend cwd.
if (TryPath(__program_executable_name, 0)) {
goto UseBuf;
}