lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV 2.7.1 bugs


From: Klaus Weide
Subject: LYNX-DEV 2.7.1 bugs
Date: Thu, 3 Apr 1997 18:37:04 -0700 (MST)

Tom Dickey found some errors in the Lynx code (they are corrected in 
his devel 2.7ac-0.38 code) which seem important enough to send to the
mailing list.  Sorry, I didn't see these before Fote created 2.7.1.

 Klaus

*** /usr/ns-home/docs/lynx/fote/lynx2-7-1/src/LYHistory.c       Sat Jan 18 
19:29:54 1997
--- lynx2-7-1/src/LYHistory.c   Thu Apr  3 18:23:57 1997
***************
*** 399,408 ****
              LYoverride_no_cache == FALSE) ||
             text == NULL) &&
            HTConfirm(CONFIRM_POST_RESUBMISSION) == TRUE) {
!           LYforce_no_cache == TRUE;
            LYoverride_no_cache = FALSE;
        } else if (text != NULL) {
!           LYforce_no_cache == FALSE;
            LYoverride_no_cache = TRUE;
        } else {
            _statusline(CANCELLED);
--- 399,408 ----
              LYoverride_no_cache == FALSE) ||
             text == NULL) &&
            HTConfirm(CONFIRM_POST_RESUBMISSION) == TRUE) {
!           LYforce_no_cache = TRUE;
            LYoverride_no_cache = FALSE;
        } else if (text != NULL) {
!           LYforce_no_cache = FALSE;
            LYoverride_no_cache = TRUE;
        } else {
            _statusline(CANCELLED);
*** /usr/ns-home/docs/lynx/fote/lynx2-7-1/src/LYMain.c  Thu Mar 20 13:00:59 1997
--- lynx2-7-1/src/LYMain.c      Thu Apr  3 18:24:26 1997
***************
*** 951,957 ****
      if (dump_output_immediately || LYMBMBlocked || no_multibook) {
          LYMultiBookmarks = FALSE;
        LYMBMBlocked = TRUE;
!       no_multibook == TRUE;
      }
  
  #ifdef VMS
--- 951,957 ----
      if (dump_output_immediately || LYMBMBlocked || no_multibook) {
          LYMultiBookmarks = FALSE;
        LYMBMBlocked = TRUE;
!       no_multibook = TRUE;
      }
  
  #ifdef VMS
*** /usr/ns-home/docs/lynx/fote/lynx2-7-1/src/LYMail.c  Mon Mar 17 09:18:05 1997
--- lynx2-7-1/src/LYMail.c      Thu Apr  3 18:14:30 1997
***************
*** 658,664 ****
        cp = cp1;
      }
      if (address[(strlen(address) - 1)] == ',')
!         address[(strlen(address) - 1)] == '\0';
      if (*address == '\0') {
          FREE(address);
        FREE(body);
--- 658,664 ----
        cp = cp1;
      }
      if (address[(strlen(address) - 1)] == ',')
!         address[(strlen(address) - 1)] = '\0';
      if (*address == '\0') {
          FREE(address);
        FREE(body);

;
; 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]