Skip to content

Commit 30c9a4e

Browse files
committed
I don't even know anymore
1 parent a1215d9 commit 30c9a4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/mysqli/mysqli_api.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,9 +2346,8 @@ PHP_FUNCTION(mysqli_stmt_attr_get)
23462346
ZEND_ASSERT(mysql_stmt_attr_get(stmt->stmt, attr, &value) == 0);
23472347

23482348
#if MYSQL_VERSION_ID >= 50107
2349-
if (attr == STMT_ATTR_UPDATE_MAX_LENGTH) {
2349+
if (attr == STMT_ATTR_UPDATE_MAX_LENGTH)
23502350
value = *((my_bool *)&value);
2351-
}
23522351
#endif
23532352
RETURN_LONG((unsigned long)value);
23542353
}

0 commit comments

Comments
 (0)