mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Fix function name
This commit is contained in:
parent
e77c8e45ba
commit
9bca9ef6cf
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user