lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV 2.7 LYMainLoop.c buglet


From: Klaus Weide
Subject: LYNX-DEV 2.7 LYMainLoop.c buglet
Date: Thu, 27 Mar 1997 11:45:38 -0700 (MST)

LYMainLoop.c has the following section (around line 800):

            if (startfile) {
                if (homepage && strcmp(startfile, homepage))
                    HTAddGotoURL(homepage);
            if (strcmp(startfile, newdoc.address) ||
                newdoc.post_data == NULL);
                HTAddGotoURL(startfile);
            }
 
This looks wrong; (apart from the strange indenting) there probably
shouldn't be a semicolon after the second if's condition.
 
  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]