We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395b6a9 commit c8ba00fCopy full SHA for c8ba00f
ext/dba/dba_gdbm.c
@@ -46,7 +46,7 @@ DBA_OPEN_FUNC(gdbm)
46
if(gmode == -1)
47
return FAILURE; /* not possible */
48
49
- dbf = gdbm_open(info->path, 0, gmode, filemode, NULL);
+ dbf = gdbm_open(info->path, /* int block_size */ 0, gmode, filemode, NULL);
50
51
if(dbf) {
52
info->dbf = pemalloc(sizeof(dba_gdbm_data), info->flags&DBA_PERSISTENT);
0 commit comments