Always false condition in gdkanji.

Issue #135 resolved
Mai M. created an issue

See https://bitbucket.org/libgd/gd-libgd/src/6db34b72f7222fb2172ca577d38573f17d7b2d49/src/gdkanji.c?at=master#cl-324

You should see the following line:

else if (*p2 == 131 && *p2 == 69)

I'm fairly sure this should have been an OR instead.

Comments (1)

  1. Log in to comment