[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev dev.10 core dumps (LYKeymap.c) with DJGPP
From: |
dickey |
Subject: |
Re: lynx-dev dev.10 core dumps (LYKeymap.c) with DJGPP |
Date: |
Mon, 21 Dec 1998 05:22:29 -0500 (EST) |
>
> With DJGPP port just pressing "k" for keymap page force core dump for dev.10
> dbg shows the fault in strcmp(), LYKeymap.c:755
I did make changes in this area (and they _looked_ right). I guess not.
Will look at this tonight/tomorrow (though tonight's reserved).
>
> for (i = 1; i < KEYMAP_SIZE; i++) {
> /*
> * LYK_PIPE not implemented yet.
> */
> if ((i >= 0400 || i <= ' ' || !isalpha(i-1)) &&
> strcmp(revmap[keymap[i]].name, "PIPE")) {
> print_binding(target, buf, i);
> }
> }
>
>
> Any ideas based on changes dev9->dev10 ?
>
>
--
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey