added some code for file copying
This commit is contained in:
@ -675,12 +675,10 @@ static int expand_wildcards (int argc, qse_char_t* argv[], int glob, xarg_t* xar
|
||||
if (glob)
|
||||
{
|
||||
x = qse_glob (argv[i], collect_into_xarg, xarg,
|
||||
QSE_GLOB_TOLERANT |
|
||||
#if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
|
||||
QSE_GLOB_NOESCAPE | QSE_GLOB_PERIOD | QSE_GLOB_IGNORECASE,
|
||||
#else
|
||||
QSE_GLOB_PERIOD,
|
||||
#endif
|
||||
#if defined(_WIN32) || defined(__OS2__) || defined(__DOS__)
|
||||
QSE_GLOB_NOESCAPE | QSE_GLOB_IGNORECASE |
|
||||
#endif
|
||||
QSE_GLOB_TOLERANT | QSE_GLOB_PERIOD,
|
||||
xarg->mmgr, qse_getdflcmgr()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user