103
107
char *convert_dirname(char *to, const char *from, const char *from_end)
107
114
/* We use -2 here, becasue we need place for the last FN_LIBCHAR */
108
115
if (!from_end || (from_end - from) > FN_REFLEN-2)
109
116
from_end=from+FN_REFLEN -2;
113
120
for (; from != from_end && *from ; from++)
125
151
/* This is ok even if to == from, becasue we need to cut the string */
133
155
/* Add FN_LIBCHAR to the end of directory path */