mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Rename function to first_path_var_separator() to clarify it works with
path variables, not directory paths.
This commit is contained in:
@@ -168,7 +168,7 @@ find_my_exec(const char *argv0, char *retpath)
|
||||
else
|
||||
startp = endp + 1;
|
||||
|
||||
endp = first_path_separator(startp);
|
||||
endp = first_path_var_separator(startp);
|
||||
if (!endp)
|
||||
endp = startp + strlen(startp); /* point to end */
|
||||
|
||||
|
Reference in New Issue
Block a user