srogue: replace unlink() with md_unlink().
md_unlink_open_file() might be needed eventually.
This commit is contained in:
parent
2c4ad7e941
commit
b1e2b6206d
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue