diff options
Diffstat (limited to 'vmsify.c')
-rw-r--r-- | vmsify.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,9 +79,11 @@ copyto (char **to, char **from, char upto, int as_dir) } else { +#ifdef HAVE_CASE_INSENSITIVE_FS if (isupper ((unsigned char)**from)) **to = tolower ((unsigned char)**from); else +#endif **to = **from; } (*to)++; |