removed recursion in file copying

This commit is contained in:
2014-12-18 15:05:52 +00:00
parent 206065f904
commit 0fdcaf547f
2 changed files with 113 additions and 26 deletions

View File

@ -189,10 +189,9 @@ struct qse_fs_t
void* info;
qse_uint8_t cpbuf[4096];
void* cfs; /* stack for recursive file copying */
};
enum qse_fs_opt_t
{
QSE_FS_TRAIT,