Skip to content

Commit 0698ea9

Browse files
committed
Fix flist string comparison issue in tr_TR.utf-8 locale.
1 parent 90df93e commit 0698ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ int parse_arguments(int *argc_p, const char ***argv_p)
23402340
if (do_progress && !am_server) {
23412341
if (!log_before_transfer && INFO_EQ(NAME, 0))
23422342
parse_output_words(info_words, info_levels, "name", DEFAULT_PRIORITY);
2343-
parse_output_words(info_words, info_levels, "flist2,progress", DEFAULT_PRIORITY);
2343+
parse_output_words(info_words, info_levels, "FLIST2,PROGRESS", DEFAULT_PRIORITY);
23442344
}
23452345

23462346
if (dry_run)

0 commit comments

Comments
 (0)