srogue: replace unlink() with md_unlink().

md_unlink_open_file() might be needed eventually.
This commit is contained in:
John "Elwin" Edwards 2015-08-03 06:42:59 -04:00
parent 2c4ad7e941
commit b1e2b6206d

View file

@ -286,7 +286,7 @@ char *file, **envp;
#endif
if (!wizard)
{
if (unlink(file) < 0)
if (md_unlink(file) < 0)
{
endwin();
printf("Cannot unlink file\n");