commit 63ce605b83ec9b796a51b78692b8c3837087332d
Author: Kornel Benko <kor...@lyx.org>
Date:   Sun May 3 12:54:14 2020 +0200

    Try to set executable bit on listFontWithLang.pl
---
 development/tools/listFontWithLang.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/development/tools/listFontWithLang.pl 
b/development/tools/listFontWithLang.pl
index 62f18f7..5f88c66 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;
         }
       }
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to