lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV A bug in a fixed source of mine


From: Bae Young Hyun
Subject: LYNX-DEV A bug in a fixed source of mine
Date: Thu, 23 Jan 1997 14:24:03 +0900 (KST)

Hi,

I found a bug that a file name disappears after input a name and
leave that field in a form whose enctype equals to 'multipart/form-data'.
That is because I miss one line in LYForms.c.
If you downloaded a modified files from 'ftp://archi.snu.ac.kr',
add one asignment statement,

        form_link->hightext = form->value;

after

        case F_FILE_TYPE:
            c = form_getstr(form_link);

which is in change_form_link procedure and at at 150th line in LYForms.c

------
Young Hyun Bae
address@hidden
;
; 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]