added glob handling to qse_fs_cpfile()

This commit is contained in:
2016-12-12 16:19:59 +00:00
parent 78600e6edc
commit 7ca53162de
9 changed files with 317 additions and 433 deletions

View File

@ -855,7 +855,7 @@ static int sed_main (int argc, qse_char_t* argv[])
if (tmpl_tmpfile)
{
qse_fs_delfile (fs, tmpl_tmpfile, 0);
qse_fs_rmfile (fs, tmpl_tmpfile, 0);
QSE_MMGR_FREE (qse_sed_getmmgr(sed), tmpl_tmpfile);
}
print_exec_error (sed);