Skip to content

Commit e63b2ba

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix function name
2 parents c7eb0fe + 9bca9ef commit e63b2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/libgd/gd_xbm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ gdImagePtr gdImageCreateFromXbm(FILE * fd)
137137
h[3] = ch;
138138
}
139139
if (sscanf(h, "%x", &b) != 1) {
140-
php_gd_error("invalid XBM");
140+
gd_error("invalid XBM");
141141
gdImageDestroy(im);
142142
return 0;
143143
}

0 commit comments

Comments
 (0)