diff --git a/format.c b/format.c index 3e640a6f..6ac086cb 100644 --- a/format.c +++ b/format.c @@ -3991,7 +3991,7 @@ format_replace_expression(struct format_modifier *mexp, result = (mleft < mright); break; case LESS_THAN_EQUAL: - result = (mleft >= mright); + result = (mleft <= mright); break; } if (use_fp)