quoted
quoted
quoted
quoted
On 2008-08-26 17:25 PDT, Jeff King writes:
Jeff> 1. It should probably re-use path.c:user_path, as
Jeff> Johannes mentioned.
That function has the wrong interface for this task (requires
extra strdup, imposes PATH_MAX, conflates all error conditions
into returning NULL, also returns NULL if input doesn't have "~").
Do you still think it should re-use that function?