diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-04 14:13:10 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-04-04 14:13:10 -0500 |
commit | 36a66292ee2ec3530d776892d22d6c5ace810ae0 (patch) | |
tree | ac50b496468f774172bdd3b76a6832ede18c44af /src/LYHistory.c | |
parent | 923c66ce35dd473a10713d8f44f30d9ad770a99b (diff) | |
download | lynx-snapshots-36a66292ee2ec3530d776892d22d6c5ace810ae0.tar.gz |
snapshot of project "lynx", label v2-7-1
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 eb57db8e..54969ef7 100644 --- a/src/LYHistory.c +++ b/src/LYHistory.c @@ -399,10 +399,10 @@ PUBLIC BOOLEAN historytarget ARGS1( LYoverride_no_cache == FALSE) || text == NULL) && HTConfirm(CONFIRM_POST_RESUBMISSION) == TRUE) { - LYforce_no_cache == TRUE; + LYforce_no_cache = TRUE; LYoverride_no_cache = FALSE; } else if (text != NULL) { - LYforce_no_cache == FALSE; + LYforce_no_cache = FALSE; LYoverride_no_cache = TRUE; } else { _statusline(CANCELLED); |