lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV weird crashes


From: Klaus Weide
Subject: Re: LYNX-DEV weird crashes
Date: Sat, 17 May 1997 14:34:39 -0500 (CDT)

On Sat, 17 May 1997, Larry W. Virden, x2487 wrote:

> I was browsing at
> <URL: http://ei0.ei.ele.tue.nl/~paul/choco_test/browse_alpha.html >
> and typed
> /seven l<RETURN>

See whether that goes away by making the following change near the top of
src/LYSearch.c:

        /*
         *  Search the relevant form fields, taking the
         *  case_sensitive setting into account. - FM
         */
        if ((links[i].form != NULL && links[i].type == WWW_FORM_LINK_TYPE &&
             links[i].form->value != NULL) &&
            links[i].form->type != F_HIDDEN_TYPE) {
            if (links[i].form->type == F_PASSWORD_TYPE) {


I.e., add the test for links[i].type == WWW_FORM_LINK_TYPE.

     Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]