master
Pierre Joye 2021-08-25 19:41:30 +07:00
parent 25a2d12187
commit f705975eca
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ int main()
pos = -1;
gdImageColorTransparent(im, pos);
if(im->transparent == pos) {
if(im->transparent != pos) {
error = -3;
}