From: Wayne Davison Date: Mon, 6 Feb 2023 03:46:45 +0000 (-0800) Subject: Fix flist string comparison issue in tr_TR.utf-8 locale. X-Git-Tag: v3.3.0pre1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0698ea9aeb4044d615dc0ff2c6da24cea1bcc98e;p=thirdparty%2Frsync.git Fix flist string comparison issue in tr_TR.utf-8 locale. --- diff --git a/options.c b/options.c index c9c825273..097d7f31d 100644 --- 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)