32
32
if ((path[0] == FN_HOMELIB && path[1] == FN_LIBCHAR) ||
35
35
else if ((is_cur=(path[0] == FN_CURLIB && path[1] == FN_LIBCHAR)) ||
36
36
(is_prefix(path,FN_PARENTDIR)) ||
40
40
is_cur=2; /* Remove current dir */
47
VOID(strxmov(buff,own_path_prefix,path,NullS));
47
sprintf(buff,"%s%s",own_path_prefix,path);