23 Jul
2012
23 Jul
'12
5:05 a.m.
On 23/07/12 03:30, Andrew Gregory wrote:
resolve_path is a equivalent to calling realpath(path, NULL) except that the returned string is guaranteed to be PATH_MAX long. We never append to the returned string, so this is unnecessary.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> ---
Ack. Allan