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; |
72 |
OPTION ("uniscribe-bug-compatible", uniscribe_bug_compatible); |
72 |
OPTION ("uniscribe-bug-compatible", uniscribe_bug_compatible); |