added qse_fs_delete() still primitive
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user