Fix flist string comparison issue in tr_TR.utf-8 locale.
authorWayne Davison <wayne@opencoder.net>
Mon, 6 Feb 2023 03:46:45 +0000 (19:46 -0800)
committerWayne Davison <wayne@opencoder.net>
Mon, 6 Feb 2023 03:46:45 +0000 (19:46 -0800)
options.c

index c9c8252739f29f9454dc8505770da5e417d03763..097d7f31d4ce86b99f2663427f57107a67ae20f3 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2340,7 +2340,7 @@ int parse_arguments(int *argc_p, const char ***argv_p)
        if (do_progress && !am_server) {
                if (!log_before_transfer && INFO_EQ(NAME, 0))
                        parse_output_words(info_words, info_levels, "name", DEFAULT_PRIORITY);
-               parse_output_words(info_words, info_levels, "flist2,progress", DEFAULT_PRIORITY);
+               parse_output_words(info_words, info_levels, "FLIST2,PROGRESS", DEFAULT_PRIORITY);
        }
 
        if (dry_run)