Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 689540
Collapse All | Expand All

(-)/src/hb-common.cc (-1 / +1 lines)
Lines 67-73 Link Here
67
        p = c + strlen (c);
67
        p = c + strlen (c);
68
68
69
#define OPTION(name, symbol) \
69
#define OPTION(name, symbol) \
70
	if (0 == strncmp (c, name, p - c) && strlen (name) == p - c) u.opts.symbol = true;
70
	if (0 == strncmp (c, name, p - c) && strlen (name) == (size_t) (p - c)) u.opts.symbol = true;
71
71
72
      OPTION ("uniscribe-bug-compatible", uniscribe_bug_compatible);
72
      OPTION ("uniscribe-bug-compatible", uniscribe_bug_compatible);
73
      OPTION ("aat", aat);
73
      OPTION ("aat", aat);

Return to bug 689540