added QSE_DIR_LIMITED & QSE_GLOB_LIMITED

fixed bugs in qse_fs_delXXX()
This commit is contained in:
2014-11-25 03:25:46 +00:00
parent 7d21e90ce2
commit cbb7991ca8
11 changed files with 176 additions and 57 deletions

View File

@ -511,7 +511,7 @@ static int expand_wildcard (int argc, qse_char_t* argv[], int glob, xarg_t* xarg
#else
QSE_GLOB_PERIOD,
#endif
xarg->mmgr
xarg->mmgr, qse_getdflcmgr()
);
if (x <= -1) return -1;
}

View File

@ -681,7 +681,7 @@ static int expand_wildcards (int argc, qse_char_t* argv[], int glob, xarg_t* xar
#else
QSE_GLOB_PERIOD,
#endif
xarg->mmgr
xarg->mmgr, qse_getdflcmgr()
);
if (x <= -1) return -1;