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:
Sergey Poznyakoff
2021-01-07 16:33:49 +02:00
parent afa743ac23
commit 0836a51147
4 changed files with 37 additions and 8 deletions
+1 -1
View File
@@ -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);