Fix flist string comparison issue in tr_TR.utf-8 locale.

This commit is contained in:
Wayne Davison
2023-02-05 19:46:45 -08:00
parent 90df93e446
commit 0698ea9aeb

View File

@@ -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)