| 1644 |
char buff2[24]; |
char buff2[24]; |
| 1645 |
int baselen = opbra - op->long_name; |
int baselen = opbra - op->long_name; |
| 1646 |
sprintf(buff1, "%.*s", baselen, op->long_name); |
sprintf(buff1, "%.*s", baselen, op->long_name); |
| 1647 |
sprintf(buff2, "%s%.*s", buff1, |
sprintf(buff2, "%s%.*s", buff1, |
| 1648 |
(int)strlen(op->long_name) - baselen - 2, opbra + 1); |
(int)strlen(op->long_name) - baselen - 2, opbra + 1); |
| 1649 |
if (strcmp(arg, buff1) == 0 || strcmp(arg, buff2) == 0) |
if (strcmp(arg, buff1) == 0 || strcmp(arg, buff2) == 0) |
| 1650 |
break; |
break; |