search for: fat_filenam

Displaying 1 result from an estimated 1 matches for "fat_filenam".

Did you mean: fat_filenames
2009 Jan 24
2
[patch] Replace illegal characters in filenames for FAT (switch)
.... -- Jonas H?ggqvist rasher(at)rasher(dot)dk -------------- next part -------------- diff --git a/options.c b/options.c index 8b67275..bfcb3e6 100644 --- a/options.c +++ b/options.c @@ -197,6 +197,7 @@ int need_unsorted_flist = 0; #ifdef ICONV_OPTION char *iconv_opt = ICONV_OPTION; #endif +int fat_filenames = 0; struct chmod_mode_struct *chmod_modes = NULL; @@ -779,6 +780,7 @@ void usage(enum logcode F) #ifdef ICONV_OPTION rprintf(F," --iconv=CONVERT_SPEC request charset conversion of filenames\n"); #endif + rprintf(F," --fat-filenames ensure filenames ar...