From ff2050b9e8ec451b613332aa87d357cf08b48108 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:42:13 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- hungarian.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'hungarian.c') diff --git a/hungarian.c b/hungarian.c index faf7243..793790e 100644 --- a/hungarian.c +++ b/hungarian.c @@ -9,9 +9,8 @@ * To Public License, Version 2, as published by Sam Hocevar. See * http://sam.zoy.org/wtfpl/COPYING for more details. */ - - #include +#include #include #include #include @@ -19,7 +18,6 @@ #include - /** * Cell markings **/ @@ -457,7 +455,7 @@ static void kuhn_add_and_subtract(size_t n, size_t m, Cell **t, Boolean row_covered[n], Boolean col_covered[m]) { size_t i, j; - Cell min = 0x7FFFFFFFL; + Cell min = LONG_MAX; for (i = 0; i < n; i++) if (!row_covered[i]) -- cgit v1.2.3-70-g09d2