* src/cache/ftccache.c (ftc_node_hash_unlink): Minor.

This commit is contained in:
Alexei Podtelezhnikov 2023-05-04 16:54:22 +00:00
parent 345f88109b
commit 9127c68f59
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
if ( node == node0 )
break;
pnode = &(*pnode)->link;
pnode = &node->link;
}
*pnode = node0->link;