about summary refs log tree commit diff stats
path: root/src/LYHistory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYHistory.c')
-rw-r--r--src/LYHistory.c4
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);