diff options
author | Wayne Davison <wayned@samba.org> | 2007-11-06 15:25:02 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-11-06 15:25:02 +0000 |
commit | f7a76b9c450c05abb799e1103d90b51f9f06c0c3 (patch) | |
tree | 0e1e99e30a567e806248c118e9de5a8db847bddf /options.c | |
parent | 84e1a34eaae4d222ff852fc58df44cb670345056 (diff) | |
download | rsync-f7a76b9c450c05abb799e1103d90b51f9f06c0c3.tar.gz rsync-f7a76b9c450c05abb799e1103d90b51f9f06c0c3.tar.bz2 rsync-f7a76b9c450c05abb799e1103d90b51f9f06c0c3.zip |
Some changes to allow an unsorted file list even if the iconv option
was disabled via configure.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,8 +185,8 @@ int list_only = 0; #define MAX_BATCH_NAME_LEN 256 /* Must be less than MAXPATHLEN-13 */ char *batch_name = NULL; -#ifdef ICONV_OPTION int need_unsorted_flist = 0; +#ifdef ICONV_OPTION char *iconv_opt = ICONV_OPTION; #endif |