Skip to content

Commit c8ba00f

Browse files
committedJul 23, 2022
Add comment in GDBM informing to what param the 0 org corresponds to
1 parent 395b6a9 commit c8ba00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ext/dba/dba_gdbm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ DBA_OPEN_FUNC(gdbm)
4646
if(gmode == -1)
4747
return FAILURE; /* not possible */
4848

49-
dbf = gdbm_open(info->path, 0, gmode, filemode, NULL);
49+
dbf = gdbm_open(info->path, /* int block_size */ 0, gmode, filemode, NULL);
5050

5151
if(dbf) {
5252
info->dbf = pemalloc(sizeof(dba_gdbm_data), info->flags&DBA_PERSISTENT);

0 commit comments

Comments
 (0)