mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-08-28 20:06:08 +00:00
Version 1.33
* NEWS: Update. * configure.ac: Raise version number. Require automake 1.15 and autoconf 2.64. * gnulib: pull v0.1-4333-g30820c2 * src/names.c: Use hash_remove instead of the deprecated hash_delete.
This commit is contained in:
+1
-1
@@ -1830,7 +1830,7 @@ collect_and_sort_names (void)
|
||||
{
|
||||
if (p->child)
|
||||
rebase_child_list (p->child, name);
|
||||
hash_delete (nametab, name);
|
||||
hash_remove (nametab, name);
|
||||
/* FIXME: remove_directory (p->caname); ? */
|
||||
remname (p);
|
||||
free_name (p);
|
||||
|
||||
Reference in New Issue
Block a user