aboutsummaryrefslogtreecommitdiff
path: root/src/bucket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bucket.c')
-rw-r--r--src/bucket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bucket.c b/src/bucket.c
index a3e8f4e..4b69bbe 100644
--- a/src/bucket.c
+++ b/src/bucket.c
@@ -146,7 +146,7 @@ _gdbm_get_bucket (GDBM_FILE dbf, int dir_index)
146 if (!(bucket->count >= 0 146 if (!(bucket->count >= 0
147 && bucket->count <= dbf->header->bucket_elems 147 && bucket->count <= dbf->header->bucket_elems
148 && bucket->bucket_bits >= 0 148 && bucket->bucket_bits >= 0
149 && bucket->bucket_bits <= GDBM_HASH_BITS)) 149 && bucket->bucket_bits <= dbf->header->dir_bits))
150 { 150 {
151 GDBM_SET_ERRNO (dbf, GDBM_BAD_BUCKET, TRUE); 151 GDBM_SET_ERRNO (dbf, GDBM_BAD_BUCKET, TRUE);
152 return -1; 152 return -1;

Return to:

Send suggestions and report system problems to the System administrator.