about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTAccess.c')
-rw-r--r--WWW/Library/Implementation/HTAccess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTAccess.c b/WWW/Library/Implementation/HTAccess.c
index 2b287e9d..5bfcce4e 100644
--- a/WWW/Library/Implementation/HTAccess.c
+++ b/WWW/Library/Implementation/HTAccess.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTAccess.c,v 1.76 2012/02/04 00:15:53 tom Exp $
+ * $LynxId: HTAccess.c,v 1.77 2012/02/23 00:39:40 tom Exp $
  *
  *		Access Manager					HTAccess.c
  *		==============
@@ -895,7 +895,7 @@ static BOOL HTLoadDocument(const char *full_address,	/* may include #fragment */
 	 * based on an If-Modified-Since check, etc.) but the code for doing
 	 * those other things isn't available yet.
 	 */
-	if (!reloading &&
+	if ((reloading != REAL_RELOAD) &&
 	    (LYoverride_no_cache ||
 #ifdef DONT_TRACK_INTERNAL_LINKS
 	     !HText_hasNoCacheSet(text) ||