From 63ce605b83ec9b796a51b78692b8c3837087332d Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 3 May 2020 12:54:14 +0200 Subject: [PATCH] Try to set executable bit on listFontWithLang.pl --- development/tools/listFontWithLang.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/tools/listFontWithLang.pl b/development/tools/listFontWithLang.pl index 62f18f7070..5f88c6691e 100644 --- a/development/tools/listFontWithLang.pl +++ b/development/tools/listFontWithLang.pl @@ -15,7 +15,7 @@ # Option-strings with more that 1 char need be prefixed by '--' # # Option to get list of options: -h -# +# # Some equivalencies for instance with option -n # -n arial # -N=arial @@ -409,7 +409,7 @@ sub getsinglevalue($$$) $minv = $diff; } elsif ($diff == $minv) { - if ($key > $maxv) { + if ($key < $maxv) { $maxv = $key; } } -- 2.39.5