Displaying 1 result from an estimated 1 matches for "ggqvist".
2009 Jan 24
2
[patch] Replace illegal characters in filenames for FAT (switch)
...9;s probably better
than what happens currently (such files are simply not copied).
Alternatives could be to use a different character for each illegal character.
Not sure if this list allows attachments, or if this is the right place,
but here goes. It's a tiny patch at any rate.
--
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;...