Skip to content

Commit 2c73ec2

Browse files
committed
correct comment mistake
Ideally this should be constexpr, but this is C99, not C++17...
1 parent 085a66c commit 2c73ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_db2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ static int _php_db2_connect_helper( INTERNAL_FUNCTION_PARAMETERS, conn_handle **
23682368
/* Check if we already have a connection for this userID & database combination */
23692369
if (isPersistent) {
23702370
zend_resource *entry;
2371-
/* 17 = strlen("FFFFFFFF") strlen("__db2_") + strlen('.') + strlen(".") + null */
2371+
/* 17 = strlen("FFFFFFFF") + strlen("__db2_") + strlen(".") + strlen(".") + null */
23722372
hKeyLen = strlen(database) + strlen(uid) + 17;
23732373
hKey = (char *) ecalloc(1, hKeyLen);
23742374

0 commit comments

Comments
 (0)