Skip to content

Commit 10e0ff6

Browse files
committed
Fix compilation
1 parent b5b4cac commit 10e0ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dba/dba.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
721721

722722
if (!hptr->name) {
723723
php_error_docref(NULL, E_WARNING, "No such handler: %s for path %s with mode %s",
724-
Z_STRVAL(args[2], Z_STRVAL(args[0]), Z_STRVAL(args[1])));
724+
Z_STRVAL(args[2]), Z_STRVAL(args[0]), Z_STRVAL(args[1]));
725725
FREENOW;
726726
RETURN_FALSE;
727727
}

0 commit comments

Comments
 (0)