aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmstore.c')
-rw-r--r--src/gdbmstore.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gdbmstore.c b/src/gdbmstore.c
index 21c0913..1a275d4 100644
--- a/src/gdbmstore.c
+++ b/src/gdbmstore.c
@@ -1,7 +1,7 @@
/* gdbmstore.c - Add a new key/data pair to the database. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -190,8 +190,7 @@ gdbm_store (GDBM_FILE dbf, datum key, datum content, int flags)
}
/* Current bucket has changed. */
- dbf->cache_entry->ca_changed = TRUE;
- dbf->bucket_changed = TRUE;
+ _gdbm_current_bucket_changed (dbf);
/* Write everything that is needed to the disk. */
return _gdbm_end_update (dbf);

Return to:

Send suggestions and report system problems to the System administrator.