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 */
42
42
strcat(buff,path+is_cur);
47
strxmov(buff,own_path_prefix,path,NULL);
47
sprintf(buff,"%s%s",own_path_prefix,path);