bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51011: [PATCH] sort: --debug: add warnings about radix and grouping


From: Paul Eggert
Subject: bug#51011: [PATCH] sort: --debug: add warnings about radix and grouping chars
Date: Sun, 31 Oct 2021 15:12:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2

Thank you for working on this. Your points are well taken. One tiny comment:

+  if (basic_numeric_field)
+    {
+      if (thousands_sep_ignored)

This might be better combined as "if (basic_numeric_field && thousands_sep_ignored)", so that it's more similar to the previous "if".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]