diff --git a/src/core/misc.c b/src/core/misc.c index 7a2c54d2..1af327af 100644 --- a/src/core/misc.c +++ b/src/core/misc.c @@ -674,7 +674,7 @@ int get_max_column_count(GSList *items, COLUMN_LEN_FUNC len_func, item_pos++; } - for (n = max_columns-1; n > 1; n--) { + for (n = max_columns-1; n >= 1; n--) { if (columns_width[n] <= max_width && columns[n][n] > 0) break;