static void
add_folder (char *fold, struct crawl_context *crawl)
{
- register int i, j;
+ int i, j;
/* if necessary, reallocate the space for folder names */
if (crawl->foldp >= crawl->max) {
}
if (strcmp (name, ".") == 0) {
- prefix = getcpy ("");
+ prefix = mh_xstrdup("");
} else {
prefix = concat (name, "/", (void *)NULL);
}