Try to set executable bit on listFontWithLang.pl

This commit is contained in:
Kornel Benko 2020-05-03 12:54:14 +02:00
parent fba67710d8
commit 63ce605b83

View File

@ -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;
}
}