Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed May 28, 2019
1 parent e77c8e4 commit 9bca9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gd/libgd/gd_xbm.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9bca9ef

Please sign in to comment.