added QSE_DIR_LIMITED & QSE_GLOB_LIMITED
fixed bugs in qse_fs_delXXX()
This commit is contained in:
		| @ -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; | ||||
| 		} | ||||
|  | ||||
| @ -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; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user