aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmsetopt.c
diff options
context:
space:
mode:
authorJason Downs <downsj@downsj.com>2009-04-29 15:23:32 +0000
committerJason Downs <downsj@downsj.com>2009-04-29 15:23:32 +0000
commit7bccd95f7308db35fdf296c3c4a12edb92e3cd74 (patch)
treec0696bb53bc3d9b6658773f3f3ef3c47df5dc1d2 /src/gdbmsetopt.c
parent19004bba114f9aa304f0e3d26a69407e320045e6 (diff)
downloadgdbm-7bccd95f7308db35fdf296c3c4a12edb92e3cd74.tar.gz
gdbm-7bccd95f7308db35fdf296c3c4a12edb92e3cd74.tar.bz2
Fix settings.
Diffstat (limited to 'src/gdbmsetopt.c')
-rw-r--r--src/gdbmsetopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdbmsetopt.c b/src/gdbmsetopt.c
index cbc2df3..7280163 100644
--- a/src/gdbmsetopt.c
+++ b/src/gdbmsetopt.c
@@ -71,7 +71,7 @@ gdbm_setopt(gdbm_file_info *dbf, int optflag, int *optval, int optlen)
return -1;
}
- dbf->fast_write = *optval;
+ dbf->central_free = *optval;
break;
case GDBM_COALESCEBLKS:
@@ -82,7 +82,7 @@ gdbm_setopt(gdbm_file_info *dbf, int optflag, int *optval, int optlen)
return -1;
}
- dbf->fast_write = *optval;
+ dbf->coalesce_blocks = *optval;
break;
default:

Return to:

Send suggestions and report system problems to the System administrator.