mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-24 06:48:15 -05:00
Fix flist string comparison issue in tr_TR.utf-8 locale.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user