entry_close fix from HEAD

This commit is contained in:
Howard Chu 2004-01-21 04:45:22 +00:00
parent bf379f8ae7
commit c2285943bc

View file

@ -511,7 +511,8 @@ glue_tool_entry_next (
/* If we ran out of entries in one database, move on to the next */
while (rc == NOID) {
glueBack->be_entry_close (glueBack);
if ( glueBack->be_entry_close )
glueBack->be_entry_close (glueBack);
for (i=0; i<gi->nodes; i++) {
if (gi->n[i].be == glueBack)
break;