aboutsummaryrefslogtreecommitdiff
path: root/compat/dbmseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/dbmseq.c')
-rw-r--r--compat/dbmseq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/dbmseq.c b/compat/dbmseq.c
index f98482b..57c8ab9 100644
--- a/compat/dbmseq.c
+++ b/compat/dbmseq.c
@@ -38,7 +38,7 @@ dbm_firstkey (DBM *dbm)
if (dbm->_dbm_memory.dptr != NULL)
free (dbm->_dbm_memory.dptr);
dbm->_dbm_memory = ret_val;
-
+ __gdbm_error_to_ndbm (dbm);
/* Return the new value. */
return ret_val;
}
@@ -61,7 +61,7 @@ dbm_nextkey (DBM *dbm)
if (dbm->_dbm_memory.dptr != NULL)
free (dbm->_dbm_memory.dptr);
dbm->_dbm_memory = ret_val;
-
+ __gdbm_error_to_ndbm (dbm);
/* Return the new value. */
return ret_val;
}

Return to:

Send suggestions and report system problems to the System administrator.