Message ID | a4ff3a461bc42d11e5ef9e40deeb90d17919943d.1627164413.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 789f6f226b6c7a5b28468044c1705c62aef5eeb9 |
Headers | show |
Series | mingw: handle absolute paths in expand_user_path() | expand |
diff --git a/path.c b/path.c index 7bccd830e95..3318ad24336 100644 --- a/path.c +++ b/path.c @@ -719,9 +719,8 @@ static struct passwd *getpw_str(const char *username, size_t len) } /* - * Return a string with ~ and ~user expanded via getpw*. If buf != NULL, - * then it is a newly allocated string. Returns NULL on getpw failure or - * if path is NULL. + * Return a string with ~ and ~user expanded via getpw*. Returns NULL on getpw + * failure or if path is NULL. * * If real_home is true, strbuf_realpath($HOME) is used in the expansion. */