From bbea6b92adc33fb513e6f3eb1506fbc6ab8a8b37 Mon Sep 17 00:00:00 2001 From: Will Fiveash Date: Thu, 6 Jun 2002 12:22:05 +0000 Subject: [PATCH] Fix a couple of compile-time warnings. --- init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.h b/init.h index dd070f94..e219f70e 100644 --- a/init.h +++ b/init.h @@ -2086,7 +2086,7 @@ struct option_t MuttVars[] = { ** ``$$score_threshold_delete'' variable and friends are used. ** */ - { "score_threshold_delete", DT_NUM, R_NONE, UL &ScoreThresholdDelete, -1 }, + { "score_threshold_delete", DT_NUM, R_NONE, UL &ScoreThresholdDelete, UL -1 }, /* ** .pp ** Messages which have been assigned a score equal to or lower than the value @@ -2100,7 +2100,7 @@ struct option_t MuttVars[] = { ** Messages wich have been assigned a score greater than or equal to this ** variable's value are automatically marked "flagged". */ - { "score_threshold_read", DT_NUM, R_NONE, UL &ScoreThresholdRead, -1 }, + { "score_threshold_read", DT_NUM, R_NONE, UL &ScoreThresholdRead, UL -1 }, /* ** .pp ** Messages which have been assigned a score equal to or lower than the value -- 2.40.0