ht = hash_initialize (HT_INITIAL_CAPACITY, NULL,
hash_pjw, hash_compare_strings);
if (ht == NULL)
- error (1, 0, _("Memory exhausted"));
+ error (1, 0, _("virtual memory exhausted"));
}
HASH_INSERT_NEW_ITEM (ht, entry_name, &fail);
if (fail)
- error (1, 0, _("Memory exhausted"));
+ error (1, 0, _("virtual memory exhausted"));
}
else
{
}
if (x->verbose)
- printf (_("removing any entries of directory %s\n"),
+ printf (_("removing all entries of directory %s\n"),
full_filename (dir_name));
/* Save cwd if needed. */
current_depth ()),
&fail);
if (fail)
- error (1, 0, _("Memory exhausted"));
+ error (1, 0, _("virtual memory exhausted"));
if (old_ent)
{