Some changes to allow an unsorted file list even if the iconv option

was disabled via configure.
This commit is contained in:
Wayne Davison
2007-11-06 15:25:02 +00:00
parent 84e1a34eaa
commit f7a76b9c45
6 changed files with 21 additions and 57 deletions

View File

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