1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Fix function name

This commit is contained in:
Stanislav Malyshev
2019-05-27 17:20:56 -07:00
parent e77c8e45ba
commit 9bca9ef6cf
+1 -1
View File
@@ -137,7 +137,7 @@ gdImagePtr gdImageCreateFromXbm(FILE * fd)
h[3] = ch;
}
if (sscanf(h, "%x", &b) != 1) {
php_gd_error("invalid XBM");
gd_error("invalid XBM");
gdImageDestroy(im);
return 0;
}