}
else
#ifdef KEYSYM_RESOURCE
- /* if (!strncmp (opt, "keysym.", sizeof ("keysym.") - 1)) */
- if (rxvt_Str_match (opt, "keysym."))
+ if (!strncmp (opt, "keysym.", sizeof ("keysym.") - 1))
{
const char *str = argv[++i];
if (arg == NULL)
{
- if ((n = rxvt_Str_match (str, "keysym.")) == 0)
+ n = sizeof ("keysym.") - 1;
+ if (strncmp (str, "keysym.", n))
return 0;
str += n; /* skip `keysym.' */