Skip to content
Snippets Groups Projects
Commit 50731ac5 authored by rswindell's avatar rswindell
Browse files

Fixed typo: file_exists() not fexist().

parent 0d09a2ce
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ file_remove(fname)
console.editfile(fname);
if(!fexist(fname)) // Edit aborted
if(!file_exists(fname)) // Edit aborted
exit();
file = new File(fname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment