Skip to content

Commit 4cc5f02

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/gd: fix build
2 parents 8504b18 + e910bbf commit 4cc5f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/gd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2976,7 +2976,7 @@ static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode)
29762976
zend_long X, Y, COL;
29772977
zend_string *C;
29782978
gdImagePtr im;
2979-
int ch = 0, col, i, l = 0;
2979+
int ch = 0, col, i;
29802980
unsigned int x, y;
29812981
size_t l = 0;
29822982
unsigned char *str = NULL;

0 commit comments

Comments
 (0)