inpcom.c, emphasize a potential bug
This commit is contained in:
parent
0132e3cc0c
commit
774c7f9781
|
|
@ -2747,6 +2747,7 @@ inp_get_func_from_line(char *line)
|
||||||
*end = '\0';
|
*end = '\0';
|
||||||
|
|
||||||
/* see if already encountered this function */
|
/* see if already encountered this function */
|
||||||
|
/* FIXME, this code is unused, which is probably a bug */
|
||||||
for (i = 0; i < num_functions; i++)
|
for (i = 0; i < num_functions; i++)
|
||||||
if (strcmp(functions[i].name, line) == 0)
|
if (strcmp(functions[i].name, line) == 0)
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue