Skip to content
Commit d4c3ac60 authored by HinTak's avatar HinTak Committed by Werner Lemberg
Browse files

src/rsvg-port.c: Correct usage of `FT_Bool` vs `gboolean` comparison.



`TRUE` in this context is from glib headers (`glib-2.0/glib/gmacros.h`),
imported indirectly from rsvg headers.  It should not be used for comparison
with `FT_Bool` types.  Other usages of `TRUE/FALSE` in this file is okay.

Signed-off-by: default avatarHin-Tak Leung <htl10@users.sourceforge.net>
parent 2149b9c7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment