summaryrefslogtreecommitdiff
path: root/ext/dba/dba_db1.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/dba_db1.c')
-rw-r--r--ext/dba/dba_db1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/dba_db1.c b/ext/dba/dba_db1.c
index 66a6a57c60..8ee5d95f22 100644
--- a/ext/dba/dba_db1.c
+++ b/ext/dba/dba_db1.c
@@ -51,7 +51,7 @@ DBA_OPEN_FUNC(db1)
int filemode = 0644;
if (info->argc > 0) {
- convert_to_int_ex(&info->argv[0]);
+ convert_to_long_ex(&info->argv[0]);
filemode = Z_LVAL(info->argv[0]);
}