added qse_fs_delete() still primitive

This commit is contained in:
2012-02-21 12:54:42 +00:00
parent f2d767064e
commit 64fbfed781
7 changed files with 220 additions and 47 deletions

View File

@ -724,10 +724,7 @@ int sed_main (int argc, qse_char_t* argv[])
if (tmpl_tmpfile)
{
/*
TODO:
qse_fs_remove (fs, tmpl_tmpfile);
*/
qse_fs_delete (fs, tmpl_tmpfile);
QSE_MMGR_FREE (qse_sed_getmmgr(sed), tmpl_tmpfile);
}
print_exec_error (sed);