diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-04-25 22:41:14 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-04-25 22:41:14 -0400 |
commit | b84ac9d73345a763754c7d2ce6afb3a2b9a58471 (patch) | |
tree | f5defdb3b8fc4b217883f450f3dfb138f534f398 /src/LYHistory.c | |
parent | ced28eb9c0599f0ee0e2ddd23c5f5b260f20ed5b (diff) | |
download | lynx-snapshots-b84ac9d73345a763754c7d2ce6afb3a2b9a58471.tar.gz |
snapshot of project "lynx", label v2-8-8dev_2i
Diffstat (limited to 'src/LYHistory.c')
-rw-r--r-- | src/LYHistory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYHistory.c b/src/LYHistory.c index 28494879..04dfc3ef 100644 --- a/src/LYHistory.c +++ b/src/LYHistory.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYHistory.c,v 1.75 2009/06/07 16:57:43 tom Exp $ + * $LynxId: LYHistory.c,v 1.76 2010/04/25 10:59:11 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -119,7 +119,7 @@ void LYAddVisitedLink(DocInfo *doc) LYIsUIPage(doc->address, UIP_VLINKS) || LYIsUIPage(doc->address, UIP_SHOWINFO) || isLYNXMESSAGES(doc->address) || - (related = 0) || + ((related = 0) != 0) || #ifdef DIRED_SUPPORT LYIsUIPage(doc->address, UIP_DIRED_MENU) || LYIsUIPage(doc->address, UIP_UPLOAD_OPTIONS) || |