# HG changeset patch # User Roland McGrath # Date 763109325 0 # Node ID a08cca81d0bd34aef1ae2a126620336ca6c57e33 # Parent 365e7cbd72922306b9c00771393bce2bfb12f0a8 (term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address. diff -r 365e7cbd7292 -r a08cca81d0bd src/term.c --- a/src/term.c Tue Mar 08 06:45:43 1994 +0000 +++ b/src/term.c Tue Mar 08 06:48:45 1994 +0000 @@ -1260,7 +1260,7 @@ extern char *tgetstr (); int i; - char **address = term_get_fkeys_address; + char **address = term_get_fkeys_arg; /* This can happen if CANNOT_DUMP or with strange options. */ if (!initialized)